Skip to content

Revoke the current mobile push token​

POST
/mobile/devices/revoke-token

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Request Body​

application/json
JSON
{
  
"token": "string"
}

Responses​

Revoked

application/json
JSON
{
  
"device": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI