Skip to main content
DELETE
/
wallet-pass
/
notifications
/
{id}
Delete wallet pass notification
curl --request DELETE \
  --url https://api.ubpass.co/v1/wallet-pass/notifications/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer token authentication

Headers

x-workspace-id
string

Workspace ID to perform the operation in. If not provided, system will use the first one assigned to the user

Path Parameters

id
string
required

Unique identifier of the notification to delete

Response

Notification deleted successfully