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