Backend API
Remove an email address from a user’s profile
cURL
curl --request DELETE \ --url https://api.wacht.dev/users/{user_id}/emails/{email_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Resource not found" }
API key authentication (Bearer token)
Email deleted successfully
Was this page helpful?