Skip to main content
DELETE
/
sub-account
/
{handle}
/
api-key
/
{id}
Delete Sub-account API Key
curl --request DELETE \
  --url https://api.mailchannels.net/tx/v1/sub-account/{handle}/api-key/{id} \
  --header 'X-Api-Key: <x-api-key>'

Headers

X-Api-Key
string
required

Path Parameters

handle
string
required

Handle of the sub-account for which the API key should be deleted.

id
integer
required

The ID of the API key to delete.

Response

The API key was successfully deleted for the sub-account.