Keys
Delete a key
Deleted keys are no longer valid and will not be able to be used to authenticate requests.
POST
/
v1
/
keys.deleteKey
Changelog
Date | Changes |
---|---|
Dec 06 2023 | Introduced endpoint |
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
keyId
string
requiredThe id of the key to revoke
Response
200 - application/json
The response is of type object
.
Was this page helpful?