Skip to main content

Detach MetaData from Shop

DELETE 

/shop/:guid/metadata/:metadata_guid

Detach a MetaData from a Shop.

Request

Path Parameters

    guid uuidrequired

    The guid of the Shop.

    metadata_guid uuidrequired

    The guid of the MetaData.

Responses

MetaData detached from Shop. This returns an empty response.

Loading...