DELETE
/
tasks
/
{id}
Delete a task
curl --request DELETE \
  --url https://{FUSION HOST}/api/tasks/{id} \
  --header 'Content-Type: application/json' \
  --data '{}'

Headers

If-Match
string
default:"-1"

An optional tag to match.

Path Parameters

id
string
required

The task ID.

Body

application/json · object

For supplying additional request parameters (such as relatedObjectIds) via request body instead of as request parameters. Use this if the URL is getting too long.

The body is of type object.