DELETE
/api/im/remote/push/tokens/{id}
Revoke a push token
Revoke a specific push token. Returns 403 when the token belongs to another user,
404 when no such token exists.
No code sample available for this language
Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — | Push token record UUID. |
Response Example
{
"ok": true,
"data": {
"success": true
}
}Try it out
Path Parameters
→ /api/im/remote/push/tokens/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test