Canary Speech

RevokeAuthToken

POST - /v3/auth/tokens/revoke

Description

Revokes the given access or refresh token. Any client using the given token must re-authenticate.

Headers

Header KeyDescriptionExample
Content-Type
The content type for this request.
application/json

Body Parameters

NameTypeDescription
* tokenstring
The access token or refresh token to revoke.

Successful Response

A successful response

Field NameTypeDescription
messagestring
"OK"

Code Example