DELETE
/
api
/
v1
/
tasks
/
batch
curl --request DELETE \
  --url https://api.onfragment.com/api/v1/tasks/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "items": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "meta": {
    "before_cursor": "<string>",
    "after_cursor": "<string>"
  }
}'
"<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

Query Parameters

permanent
boolean
default:false

Body

application/json
items
string[]
required
meta
object

Page metadata.

Response

200
application/json
Successful Response

The response is of type any.