1. Token API

RevokeByHash

The RevokeByHash endpoint revokes an API key that is identified by its hash.

Relative Route/revokebyhash/<hash>
HTTP VerbPUT

Request body

The request body must contain the following fields:

NameDescription
hash (string)The hash of the key to revoke.

Response body

The response is a boolean value indicating whether the key was revoked successfully.

If you have suggestions for improving this article, let us know!