Skip to main content
DELETE
Delete a mailbox

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

Optional. A unique key you generate (max 255 chars, such as a UUID) that makes this request safe to retry. Retrying with the same key replays the original response instead of repeating the operation. Reusing a key with a different body returns 422.

Maximum string length: 255
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Path Parameters

id
string<uuid>
required
Example:

"3f1c2b7e-9a4d-4e18-b2c1-6d8f5a0e7c93"

Response

id
string<uuid>
required
Example:

"3f1c2b7e-9a4d-4e18-b2c1-6d8f5a0e7c93"

deleted
boolean
required
Example:

true