Skip to main content
DELETE
Delete an Instrument

Headers

X-Request-Id
string<uuid>

A unique identifier used to trace and track each request.

Authorization
string

Bearer JWT token for authentication. Required when PLUGIN_AUTH_ENABLED=true (enforced in multi-tenant deployments). Optional in default OSS single-tenant mode. Format: Bearer <token>

Path Parameters

organization_id
string<uuid>
required

The unique identifier of the Organization associated with the Ledger.

holder_id
string
required

Holder ID (UUID)

instrument_id
string
required

Instrument ID (UUID)

Query Parameters

hard_delete
string

Use only to perform a physical deletion of the data. This action is irreversible. (true,false)

Response

No Content