Skip to main content
DELETE
Delete a trackable link

Authorizations

Authorization
string
header
required

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

Path Parameters

Body

application/json
dry_run
boolean
default:false

Validate and describe the change without performing it. Defaults to false over HTTP; the MCP write tools default it to true.

Response

The result of the write. dry_run and applied state which of the two happened; on a dry run nothing was written.

dry_run
boolean
required
applied
boolean
required

False on a dry run and on every error.

diff
object
required

The change, in full. A dry run returns the change it WOULD make; an applied write returns the change it DID make, in the same shape, so the two can be compared directly.

audit_id
string<uuid>

Present on an applied write. The handle POST /audit/{auditId}/undo takes.