Skip to content

Delete a customer property

DELETE/api/v1/workspaces/{slug}/customer-properties/{pk}/

Permanently delete a customer property from the workspace.

Path Parameters

pk:requiredstring

Pk.

slug:requiredstring

Slug.

Scopes

customers.properties:write

Delete a customer property
bash
curl -X DELETE \
  "https://api.plane.so/api/v1/workspaces/my-workspace/customer-properties/550e8400-e29b-41d4-a716-446655440000/" \
  -H "X-API-Key: $PLANE_API_KEY" \
  # Or use -H "Authorization: Bearer $PLANE_OAUTH_TOKEN" \
Response204

No response body.