Delete

  • DELETE
  • /user
  • /emails
  • /:email

Deletes the email of the authorized user.

Request

REQUIRED SCOPES
MANAGE_EMAILS
URL PARAMETERS
emailrequired string
The user’s email.

Last modified on Oct 3, 2024

Example:

CURL
curl -X DELETE "https://api.buddy.works/user/emails/:email" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
STATUS
204 NoContent
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999