DELETE /password-reset-requests/[request_id]
Deletes a passwod reset request.
DELETE https://your-domain.com/password-reset-requests/REQUEST_ID
Successful response
No response body (204).
Error codes
- [404]
NOT_FOUND
: The request does not exist or has expired. - [500]
UNKNOWN_ERROR