Credentials
Delete a credential
Permanently delete (revoke) a credential. The credential can no longer be used to send emails.
Warning: This action is irreversible. If you want to temporarily disable a credential, use the update endpoint to set hold: true instead.
delete/tenants/{tenantId}/credentials/{credentialId}
Path parameters
tenantIdstring required
The tenant ID
credentialIdinteger required
The credential ID (numeric)
Response
Credential deleted
Example response
{
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}