Skip to main content
DELETE
/
v1
/
identities
/
{identityId}
/
email
Disable Identity Mailbox
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/identities/{identityId}/email \
  --header 'anchor-api-key: <api-key>'
{
  "deleted": true
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

identityId
string
required

Response

Mailbox detached successfully.

deleted
boolean