Skip to main content

Detach MetaData from Product Type

DELETE 

/product/:guid/metaData/:metadata_guid

Detach a MetaData from a Product Type.

Request

Path Parameters

    guid uuidrequired

    The guid of the Product Type.

    metadata_guid uuidrequired

    The guid of the MetaData.

Responses

MetaData detached from Product Type. This returns an empty response.

Loading...