DELETE
/
api
/
v1
/
tasks
/
{uid}
curl --request DELETE \
  --url https://api.onfragment.com/api/v1/tasks/{uid} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fragment-user-agent
string | null
fragment-account
string | null
fragment-versioning
string | null
fragment-user
string | null

Path Parameters

uid
string
required

Query Parameters

permanent
boolean
default:false

Response

200
application/json
Successful Response

The response is of type any.