Remove an alias address
DELETE
https://myagentmail.com/v1/inboxes/{id}/addresses/{address}For agents View as Markdown
Cannot remove the canonical (initial) address. If the removed alias was primary, the canonical address becomes primary again.
Path parameters
idrequired string | Inbox UUID |
addressrequired string | URL-encoded alias email |
Responses
200application/jsonRemoved
deletedboolean | |
addressstring |
Authentication
Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.