latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
web_push
Delete an user's Web Push token
Deletes a specific user's Web Push token. This endpoint is available to project administrators and permanently invalidates the specified token. Once revoked, the token can no longer be used to access channel features. This action cannot be undone.
delete/users/{user_id}/channels/web_push/tokens/{token_id}
Path parameters
user_idstring required
token_idstring required
Response
OK
Example response
{
"discarded_at": "2021-01-01T00:00:00Z",
"id": "123"
}