Skip to content

Remove labels from initiative

DELETE/api/v1/workspaces/{slug}/initiatives/{initiative_id}/labels/

Remove labels from an initiative by its ID

Path Parameters

initiative_id:requiredstring

Initiative ID

slug:requiredstring

Workspace slug

Scopes

initiatives.labels:write

Remove labels from initiative
bash
curl -X DELETE \
  "https://api.plane.so/api/v1/workspaces/my-workspace/initiatives/550e8400-e29b-41d4-a716-446655440001/labels/" \
  -H "X-API-Key: $PLANE_API_KEY"
Response204

No response body.