Delete/Revoke Tokens

This endpoint allows clients to revoke an access or refresh token. Deleting/revoking a token will disconnect the Host from your application.

Body Params
string
required

The unique identifier for the client application requesting the token revocation.

string
required

The secret key associated with the client application, used to authenticate the revocation request.

string
required

The access or refresh token to be revoked. Once revoked, the token cannot be used for further authentication.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json