v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Metadata Indexes API

Delete a Metadata Index

Use this endpoint to delete a metadata index by specifying the entity name and the index key. The index will be permanently removed.

delete/v1/settings/metadata-indexes/entities/{entity_name}/key/{index_key}

Path parameters

entity_name'organization' | 'ledger' | 'asset' | 'segment' | 'portfolio' | 'account' | 'transaction' | 'operation' | 'account_type' | 'operation_route' | 'transaction_route' required

The name of the entity for which the metadata index will be created or managed.

index_keystring required

The metadata key used in the index that you want to delete.

Headers

Content-Typestring

The type of media of the resource. Recommended value is application/json.

X-Request-Idstring uuid

A unique identifier used to trace and track each request.

Authorizationstring

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>

Response

Indicates that the metadata index was successfully deleted.