API Keys
Delete API key
Permanently revoke an API key.
DELETE
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE https://api.mailofly.com/api/v1/api-keys/key_123456 \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": {
"success": true,
"id": "key_123456"
}
}
Permanently revoke an API key.
curl -X DELETE https://api.mailofly.com/api/v1/api-keys/key_123456 \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": {
"success": true,
"id": "key_123456"
}
}
401 Unauthorized.
curl -X DELETE https://api.mailofly.com/api/v1/api-keys/key_123456 \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": {
"success": true,
"id": "key_123456"
}
}