Skip to content

Delete project label

DELETE/api/v1/workspaces/{slug}/project-labels/{pk}/

Permanently delete an existing project label from the workspace.

Path Parameters

pk:requiredstring

Project Label ID

slug:requiredstring

Workspace slug

Scopes

projects.labels:write

Delete project label
bash
curl -X DELETE \
  "https://api.plane.so/api/v1/workspaces/my-workspace/project-labels/550e8400-e29b-41d4-a716-446655440000/" \
  -H "X-API-Key: $PLANE_API_KEY"
Response204

No response body.