Skip to main content
DELETE
/
sub-account
/
{handle}
/
smtp-password
/
{id}
Delete Sub-account SMTP Password
curl --request DELETE \
  --url https://api.mailchannels.net/tx/v1/sub-account/{handle}/smtp-password/{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 SMTP password should be deleted.

id
integer
required

The ID of the SMTP password to delete.

Response

The specified SMTP password was successfully deleted for the sub-account.