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

Documentation Index

Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt

Use this file to discover all available pages before exploring further.

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/v1/api-keys/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "message": "API key deleted"
}