Skip to content

Delete remote file mapping

Request

DELETE /v3/remote-file-mappings/{rfmId}

Delete a specific remote file mapping by its ID

Security
API_Key
Path
rfmIdinteger, (int64)required

The ID of the remote file mapping

Example:123
DELETE
/v3/remote-file-mappings/{rfmId}
curl -i -X DELETE \
  https://api.observepoint.com/v3/remote-file-mappings/123 \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Remote file mapping deleted successfully

Response
No content