DELETE Metadata Fields ID
The DELETE /MetadataFields/{id} method is used to delete a metadata Metadata provides information about a piece of data. It is used to summarize basic information about data, which can make working with the data easier. In Keyfactor Command, the certificate metadata feature allows you to create custom metadata fields that allow you to tag certificates with tracking information about certificates. field by ID. This endpoint
An endpoint is a URL that enables the API to gain access to resources on a server. returns 204 with no content upon success.
Table 544: DELETE Metadata Fields {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path | Required. The Keyfactor Command reference ID for the metadata field to be deleted. Use the GET /MetadataFields method (see GET Metadata Fields) to retrieve a list of all the metadata fields to determine the metadata field's ID. |
Force | Query |
A Boolean that sets whether to force deletion of the metadata field even if it is in use by one or more certificates (true) or not (false). The default is false. Use the GET /MetadataFields/{id}/InUse method (see GET Metadata Fields ID In Use) to determine whether a metadata field is in use. |



Was this page helpful? Provide Feedback