Delete a product-event mapping
DELETE/api/v1/product-event-mappings/:id
Deletes a product-event mapping by its unique identifier. Note: Mapping can only be deleted if it's not referenced by pane-section mappings or field definitions.
Request
Responses
- 200
- 404
- 409
Product-event mapping deleted successfully
Product-event mapping not found
Product-event mapping cannot be deleted (referenced by other configurations)