v49

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-02-185890337.1 KB
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

successtrue required

Example response

{
  "meta": {
    "requestId": "req_V1StGXR8_Z5jdHi6"
  }
}