v1
latestOpenAPI 3.0.02026-07-26866217.8 KBOAuth
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.
post/oauth/revoke
Request body
Response
Successfully revoked the specified token.
Example response
{
"error_msg": "Done."
}