Skip to main content
DELETE
RemoveDefinitionPart

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

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}$
part_id
string
required

Id of the part to remove.

Required string length: 1 - 64

Query Parameters

etag
string

Optional optimistic-concurrency guard.

actor.name
string
required
Minimum string length: 1
actor.slack.userId
string
required
Minimum string length: 1
actor.email.userEmail
string<email>
required
Minimum string length: 1
actor.pagerduty.userId
string
required
Minimum string length: 1
actor.via
enum<string>
Available options:
VIA_UNSPECIFIED,
VIA_API,
VIA_MCP,
VIA_SLACK,
VIA_PAGERDUTY

Response

200 - application/json

Success

domain
Domain · object

The stored domain after the part removal.