Delete a task
Deletes a task by id via the Tasks marketplace app installed on the workspace. The request is proxied to the app’s task API and returns the deleted task marker. Requires the Tasks app to be installed.
Authorizations
Path Parameters
Task id
Response
OK
Created is the RFC 3339 timestamp at which the object was created.
"2024-01-15T09:30:00Z"
Deleted is true when the object has been deleted; present only on delete responses.
true
Description is the optional long-form details of the task.
"Write the welcome email for new clients."
ID is the unique identifier of the object.
"550e8400-e29b-41d4-a716-446655440000"
Name is the human-readable title of the task.
"Draft the onboarding email"
Object is the type of the object (e.g. "client", "company").
client, internalUser, company, customField, customFieldOption, file, fileChannel, folder, messageChannel, message, notification Updated is the RFC 3339 timestamp at which the object was last updated.
"2024-02-20T14:05:00Z"