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

Authorizations

Authorization
string
headerrequired

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

Body

application/json
apiKey
string
required

Response

200 - application/json

The response is of type any.