DELETE
/
api-keys
/
{id}
curl --request DELETE \
  --url https://api.amisend.com/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "API Key deleted successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the API Key to delete

Response

200
application/json

API Key deleted successfully

The response is of type object.