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​
Responses​
- 204
- 403
- 404
- 500
MetaData deleted.
Unauthorized. You do not have permission to delete the Metadata.
Metadata not found.
Internal server error. Deleting the Metadata or detaching the Products or Shops failed.