Delete
- DELETE
- /user
- /emails
Deletes the email of the authorized user.
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