Delete a task
Moves a task to the trash. The task is soft-deleted and may be restored from the Lightfield UI.
Calling delete on an already-trashed task is a no-op and returns the existing record.
Required scope: tasks:delete
Rate limit category: Write
delete/v1/tasks/{id}
Path parameters
idstring required
Unique identifier of the task to delete.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
object required
Response
OK