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>"
}
'

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"