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

Last updated