Skip to main content
DELETE
/
project
/
v1
/
planned-tasks
/
{plannedTaskId}
Delete a planned task by id
curl --request DELETE \
  --url https://api-{region}.sesametime.com/project/v1/planned-tasks/{plannedTaskId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

API token obtained from Sesame HR Dashboard > Settings > Integrations > API

Path Parameters

plannedTaskId
string<uuid>
required

Planned task ID

Response

204 - undefined