# Delete remote file mapping DELETE /v3/remote-file-mappings/{rfmId} Delete a specific remote file mapping by its ID Endpoint: DELETE /v3/remote-file-mappings/{rfmId} Security: API_Key ## Path parameters: - `rfmId` (integer, required) The ID of the remote file mapping Example: 123 ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 204 fields