API Reference
API Usage and Reference
cURL
curl --request DELETE \ --url https://api.ahasend.com/v2/accounts/{account_id}/smtp-credentials/{smtp_credential_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Operation completed successfully" }
Deletes an SMTP credential
API key for authentication
Account ID
SMTP Credential ID
SMTP credential deleted successfully
The response is of type object.
object
Was this page helpful?