RevokeByHash
The RevokeByHash endpoint revokes an API key that is identified by its hash.
| Relative Route | /revokebyhash/<hash> |
|---|---|
| HTTP Verb | PUT |
Request body
The request body must contain the following fields:
| Name | Description |
|---|---|
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!