# Delete mapping by mappingId and return operation status Delete mapping identified by mappingId. Returns 204 on success or 404 if not found. Endpoint: DELETE /mapping/{mappingId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `mappingId` (string, required) Mapping identifier Example: "M0000001" ## Response 200 fields (application/json): - `message` (string) Example: "Mapping deleted successfully" ## Response 400 fields (application/json): - `error` (string) Example: "Invalid credentials" ## Response 404 fields (application/json): - `error` (string) Example: "Invalid credentials"