v1
latestOpenAPI 3.1.02026-08-066378446.6 KBDocument Operations
Delete metadata value
<small>Requires an API token with the Document Manager role.</small>
Removes the value of a metadata field from a document.
If the metadata always_exists, it will just be unattached from the document and reset to its default value. For all other metadata, the value will be deleted.
Alternatively: if your use case involves removing the values of multiple metadata fields at once, the bulk update metadata values request is likely to be a better fit.
delete/documents/{document}/metadata-values/{metadataValue}
Path parameters
documentstring required
The document UUID
metadataValuestring required
The metadata value UUID
Response
No content