PAPI

Revoke API Key

DELETE
/account/api-keys/{key_prefix}
AuthorizationBearer <token>

In: header

Path Parameters

key_prefix*string

API key prefix to revoke

Response Body

application/json

curl -X DELETE "https://loading/account/api-keys/string"
{
  "message": "string"
}
Empty
Empty