Skip to main content
DELETE
/
user
/
api-keys
/
{id}
Delete an API key
curl --request DELETE \
  --url https://api.spike.ac/user/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://doc.spike.ac/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Authentication using either a Supabase JWT token or an API key (prefixed with sk_). Both token types are passed as Bearer tokens in the Authorization header.

Path Parameters

id
string
required

API Key ID

Response

API key deleted successfully

success
boolean
required
message
string