Skip to main content
PUT
/
users
/
revokeApiKey
Revoke API Key
curl --request PUT \
  --url https://api.pinata.cloud/users/revokeApiKey \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKey": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://pinata-openclaw-skills.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
apiKey
string
required

Response

200 - application/json

"Revoked"