delete_user_by_user_id_push_subscription_by_endpoint
Delete a user's push subscription by endpoint. Provide the user ID and endpoint to remove that specific notification subscription.
Instructions
Delete user push subscription by key.
DELETE /api/v1/user/{userId}/pushSubscription/{endpoint}
Args: user_id: Path parameter. endpoint: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| endpoint | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |