Documentation Index
Fetch the complete documentation index at: https://docs.unosend.co/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the API key to delete.
Request
curl -X DELETE https://api.unosend.co/api-keys/key_123 \
-H "Authorization: Bearer un_xxxxxxxxxx"
Response
{
"success": true,
"data": {
"id": "key_123"
}
}
Once deleted, the API key cannot be recovered. Any applications using this key will no longer be able to authenticate.