Skip to main content
DELETE
/
api
/
email
/
accounts
/
{accountId}
DELETE /api/email/accounts/{accountId}
curl --request DELETE \
  --url https://api.staging.tetherai.ca/api/email/accounts/{accountId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string
required

Response

Successful response

Generic response envelope. Endpoint-specific fields are intentionally open.