Skip to main content
DELETE
/
v2.0
/
tasks
/
{taskId}
Delete Task
curl --request DELETE \
  --url https://api.lofty.com/v2.0/tasks/{taskId} \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
{
  "message": "Operation successful"
}

Documentation Index

Fetch the complete documentation index at: https://developer.lofty.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Path Parameters

taskId
integer<int64>
required

ID of the task or appointment to delete.

Required range: x >= 1

Response

Entry deleted. Response body is a simple message envelope.

Generic message response

message
string

Result message

Example:

"Operation successful"