Backend API
Remove an email address from a user account
cURL
curl --request DELETE \ --url https://api.wacht.dev/users/{user_id}/emails/{email_id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
JWT Bearer token authentication using the Authorization header
(i64 formatted as string)
Email deleted successfully