DeleteProjectNotification Method
Description
Deletes an existing project notification.
HTTP Request
DELETE https://api.skeddly.com/api/Projects/<projectId>/Notification/<notificationId>
URL Parameters
notificationId
ID of the project notification.
Type: string
Required: Yes
projectId
ID of the project.
Type: string
Required: Yes
Body
The body is empty.
Returns
A Project object.
Sample Request
DELETE /api/Projects/proj-00000001/Notifications/pn-12345678 HTTP/1.1
Host: api.skeddly.com
Authorization: AccessKey <api key>
Content-Type: application/json
Last updated