cURL
curl --request DELETE \ --url https://api.amisend.com/api-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "API Key deleted successfully." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the API Key to delete
API Key deleted successfully
The response is of type object.
object