cURL
Staff Tasks Endpoints
Delete Staff Task
Delete a staff task. This performs a soft delete by setting the status to canceled.
DELETE
cURL
Deleting a staff task performs a soft delete by setting the task status to
canceled and recording the finalized_at timestamp. The task record is not permanently removed.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The location id of the practice
Path Parameters
The ID of the staff task to delete

