cURL
curl --request DELETE \ --url https://api.sendkit.dev/api-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Invalid API key." }
Permanently revoke and delete an API key. This action cannot be undone.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The API key ID.
API key deleted successfully