Skip to main content
DELETE
/
api-keys
/
{id}
curl -X DELETE https://api.rigbox.dev/api/api-keys/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "message": "API key deleted"
}

Delete API Key

Permanently revokes an API key. Any requests using this key will immediately fail.
id
string
required
API key UUID
curl -X DELETE https://api.rigbox.dev/api/api-keys/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "message": "API key deleted"
}