Skip to main content
DELETE
/
management
/
v1
/
projects
/
{projectId}
/
metadata-schemas
/
{metadataSchemaId}
Delete Metadata Schema
curl --request DELETE \
  --url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/metadata-schemas/{metadataSchemaId} \
  --header 'X-Management-Id: <api-key>' \
  --header 'X-Management-Token: <api-key>'
This response does not have an example.

Authorizations

X-Management-Id
string
header
required
X-Management-Token
string
header
required

Path Parameters

projectId
string
required

Provide the unique identifier of the project.

Example:

"proj_TrlkLiH4"

metadataSchemaId
string
required

Provide the unique identifier of the metadata schema.

Example:

"ms_f0r4hm3ta6a4a5ch3ma"

Response

Returns no content if the metadata schema has been successfully deleted.

I