DELETE /company/companies/@id/apps/notifications/@notification_id/cancel
This endpoint requires authentication.
Header | Value |
---|---|
Authorization | Set the value to Bearer + + access_token |
Replace the @ keywords in the URL with their corresponding value.
A dictionary with fields
Field | Type | Description |
---|---|---|
id | Int | The ID of the company |
app_notification_id | Int | The ID of the notification |
DELETE /company/companies/12/apps/notifications/@notification_id/cancel HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.10.0
Accept-Language: en-US,en;q=0.5
HTTP/1.1 200 OK