Developer Documentation (API)
- Authentication
- PHP Package
- V2 Endpoints
- Pass Templates
- Get a list of templates
- Describe the structure of a pass template
- Create a new template
- Update a template
- Patch a template
- Publish changes of a template
- Get information about fields of a pass-template only
- Schedule a Push Notification
- List scheduled notifications of a template
- Delete a scheduled Push Notification
- Copy a Pass Template
- Delete a Pass Template
- Create an iFrame Integration for a Template
- Create an URL Integration for a Template
- Passes
- REST Hooks
- Validating passes
- Deprecated endpoints
Delete a scheduled Push Notification
DELETE Request
Endpoint URL https://veski.leikbreytir.is/api/pass-template/notification/{notification-id }
Purpose
Removes the given notification if it hasn’t been delivered to your users, yet.
Required input parameters
- HTTP Authorization Header that contains your API key
- notification-id – the UUID of the notification that should be deleted.
Returned values
If the notification has been found and not yet been executed, it will be deleted and Status 200 is returned.