Delete Task Note

delete

Delete the note of a task

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
taskIdstringRequired
Responses
200

Successful Task Note deletion

application/json
delete
/projects/{projectId}/tasks/{taskId}/note

Last updated