API Docs / Operations / Task - Workflow Notes / Delete Note from Workflow Step

Delete Note from Workflow Step

DELETE /tenants/{tenant}/tasks/{taskCode}/groups/{groupNumber}/steps/{stepNumber}/notes/{code}

Deletes a note from the specified workflow step.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
groupNumber* path integer (int32)
stepNumber* path integer (int32)
taskCode* path string

Responses

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

Try it