API7 Docs
API7 GatewayAPI7 Enterprise Admin APIsDelete the user email

Delete the user email

DELETE /api/me/email

DELETE /api/me/email

Interactive request editor loads with JavaScript.

Authorization

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.

""
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'