RemoveDefinitionPart
synq.dataproducts.v2.DataproductsService
RemoveDefinitionPart
Remove a single definition part by its part id. Idempotent.
DELETE
RemoveDefinitionPart
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Id of the product. Accepts the bare UUID or the dataproduct-<uuid>
entity_id form (the prefix is stripped server-side).
Pattern:
^(dataproduct-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Id of the part to remove.
Required string length:
1 - 64Query Parameters
Optional optimistic-concurrency guard.
Minimum string length:
1Minimum string length:
1Minimum string length:
1Minimum string length:
1Available options:
VIA_UNSPECIFIED, VIA_API, VIA_MCP, VIA_SLACK, VIA_PAGERDUTY Response
200 - application/json
Success
The stored product after the part removal.