API Docs / Operations / Task - Notes / Delete Note

Delete Note

DELETE /tenants/{tenant}/tasks/{taskCode}/taskitemnote/{code}

Deletes a note from the specified task.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
taskCode* path string

Responses

204 No Content
401 Unauthorized - Invalid or missing API key
404 Not Found

Try it