Delete Specific Notification API
Require Authentication
This API is used to delete specific notification for the company based on combination of deviceID and token.
When deleting notification, it will also delete all its notification related data.
URL
api/notifications/delete/:notificationconfigID
Required parameter (in URL)
- :notificationconfigID «contains notificationconfigID that will be deleted. It must be put in the URL, e.g: api/notifications/delete/2»
Required parameter (POST)
- deviceID
- token
Optional parameter
Example JSON Payload
{ "deviceID": "ABCD-EFGH-IJKL-MNOP", "token": "bb602ab13b8090268cd6e3bb9dfa39e2" }
Possible return HTTP status code
- 200
- 400
- 404
Return message
{ "status": "success", "message": ["Settings: \"test notification\" and its related data have been deleted."] }