Skip to main content
DELETE
/
projects
/
{project_reference}
/
work
/
{work_id}
Delete Work definition
curl --request DELETE \
  --url https://api.veryfront.com/projects/{project_reference}/work/{work_id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required
work_id
string
required

Work identifier

Minimum string length: 1
Pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$

Query Parameters

source_target_kind
string
target_branch_id
string<uuid> | null

Response

Work deleted

ok
enum<boolean>
required
Available options:
true