Skip to main content

Delete a specific Metadata

DELETE 

/metaData/:guid

Soft deletes a specific Metadata. This also detaches this Metadata from all Products and Shops.

Note, reinstating a Metadata will not reattach it to Products and Shops, this can only be done manually.

Request

Path Parameters

    guid uuidrequired

    The guid of the Metadata.

Responses

MetaData deleted.

Loading...