cURL
curl --request DELETE \ --url https://your-sift-api-url.com/api/v1/remote-files/{remoteFileId} \ --header 'Authorization: Bearer <token>'
{}
Delete a remote file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
The response of a call to RemoteFileService_DeleteRemoteFile.
RemoteFileService_DeleteRemoteFile
Was this page helpful?