RemoveDefinitionPart
synq.domains.v2.DomainsService
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 domain. Accepts the bare UUID or the domain-<uuid> form (the
prefix is stripped server-side).
Pattern:
^(domain-)?[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 domain after the part removal.