Delete
- DELETE
- /user
- /emails
Deletes the email of the authorized user.
Request
REQUIRED SCOPES
MANAGE_EMAILS
URL PARAMETERS
emailrequired string
The user’s email.Last modified on Apr 22, 2025
Example:
CURLcurl -X DELETE "https://api.buddy.works/user/emails/:email" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS204 NoContent
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999