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