Unregister an FCM token for the authenticated user to stop receiving push notifications from that device.
This endpoint requires authentication via Sanctum token.
| Name | Type | Required | Description |
|---|---|---|---|
token | string | Yes | FCM registration token |
{
"message": "FCM token unregistered successfully"
}
| Status | Description | Reference |
|---|---|---|
| 422 | Validation error | Validation error |
| 401 | Unauthorized | Authentication error |