Skip to main content
DELETE
/
v1
/
me
/
keys
/
{id}
Revoke an API key
curl --request DELETE \
  --url https://api.onlyfanskit.dev/v1/me/keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "revoked": true
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

API key id.

Response

200 - application/json

Revoked

id
string
revoked
boolean