Delete subscription
DELETE/v1/notifications/subscription/:userNotificationId
Delete subscription
This endpoint allows clients to delete a user's subscription to notifications. Upon successful deletion, it returns a 200 status code indicating that the user subscription has been successfully removed. If an internal server error occurs during the process, it responds with a 500 status code along with an error message.
Request
Path Parameters
user_notification_id stringrequired
User notification id
userNotificationId uuidrequired
Responses
- 200
- 500
User subscription deleted
Internal server error
- text/plain
- Schema
Schema
string
Loading...