curl --request DELETE \
--url https://app.sendmux.ai/api/v1/mailboxes/{public_id}/keys/{key_id} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"deleted": true,
"id": "<string>"
},
"meta": {
"request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}Revokes a specific bearer token + matching app password. Idempotent on already-revoked keys.
curl --request DELETE \
--url https://app.sendmux.ai/api/v1/mailboxes/{public_id}/keys/{key_id} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"deleted": true,
"id": "<string>"
},
"meta": {
"request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.sendmux.ai/llms.txt
Use this file to discover all available pages before exploring further.
Sendmux API key. Obtain from the dashboard under API Keys. Format: smx_root_...
Mailbox public ID
API key public ID
"smx_clxxxxxxxxxxxxxxxxxxxxxxxxx"
Deletion result
Was this page helpful?