Delete metadata
Metadata
Delete metadata
Delete metadata for a given entity.
DELETE
Delete metadata
Delete metadata removes all custom metadata associated with a given entity. This is a permanent operation that cannot be undone.
Use the
If-Match header to ensure you’re deleting the expected version of the metadata, preventing accidental deletion of data that was modified concurrently by another process.
Authorizations
OAuth 2.0 authentication.
Headers
Ensures conditional update by matching the current metadata revision.
Pattern:
^(?:W\/)?"([A-Fa-f0-9]{64})"$Path Parameters
The type of entity whose metadata is being accessed.
Available options:
accounts, external-accounts, files, transactions, users The unique identifier of the entity whose metadata is being accessed.
Response
Metadata deleted.