Delete the user email
DELETE /api/me/email
DELETE /api/me/emailInteractive request editor loads with JavaScript.
X-API-KEY<token>
In: header
Response Body
application/json
curl -X DELETE "$API_BASE_URL/api/me/email"Operation completed successfully with no response body.
""Invalid arguments. Error details will be provided in the response.
Complete operation details and schema variants
DELETE /api/me/email
Delete the user email
Remove the email address currently bound to the authenticated user account.
Parameters
Responses
200: Operation completed successfully with no response body.400: Invalid arguments. Error details will be provided in the response.
cURL
curl -X DELETE '$API_BASE_URL/api/me/email'