ledger.v2

Delete metadata by key

Delete metadata by key

delete/v2/{ledger}/accounts/{address}/metadata/{key}

Path parameters

ledgerstring required
Example:ledger001

Name of the ledger.

addressstring required

Account address

keystring required
Example:foo

The key to remove.

Headers

Idempotency-Keystring

Use an idempotency key

Response

Key deleted

Changes

Changed in 6 of the 53 revisions of this API.53

    • added the new SCHEMA_ALREADY_EXISTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SCHEMA_NOT_SPECIFIED enum value to the response property for the response status

      response-property-enum-value-added

    • added the success response with the status

      response-success-status-added

    • added the new optional header request parameter Idempotency-Key

      new-optional-request-parameter

    • added the new OUTDATED_SCHEMA enum value to the response property for the response status

      response-property-enum-value-added

    • removed the BUCKET_OUTDATED enum value from the response property for the response status

      response-property-enum-value-removed

    • added the new BUCKET_OUTDATED enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LEDGER_ALREADY_EXISTS enum value to the response property for the response status

      response-property-enum-value-added