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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.