API DocsRESTRemote file service

DeleteRemoteFile

Delete a remote file.

DELETE
/api/v1/remote-files/{remoteFileId}

Path Parameters

remoteFileId
Required
string

curl -X DELETE "<API_URL>/api/v1/remote-files/string" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{}