Revoke a token

Revoke an existing token immediately.

Authentication

AuthorizationBearer

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

Headers

x-monite-versionstringRequired

Request

This endpoint expects an object.
client_idstringRequiredformat: "uuid"
client_secretstringRequired
tokenstringRequired

Response

Successful Response
messagestring

Errors

422
Post Auth Revoke Request Unprocessable Entity Error
500
Post Auth Revoke Request Internal Server Error