Skip to main content
POST
/
v2.0
/
tasks
/
{taskId}
/
unfinish
Unfinish Task
curl --request POST \
  --url https://api.lofty.com/v2.0/tasks/{taskId}/unfinish \
  --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 revert to not-completed.

Required range: x >= 1

Response

Entry marked as not completed.

Generic message response

message
string

Result message

Example:

"Operation successful"