Skip to main content
POST
/
api
/
v1
/
remote-files:batchDelete
BatchDeleteRemoteFiles
curl --request POST \
  --url https://your-sift-api-url.com/api/v1/remote-files:batchDelete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "remoteFileIds": [
    "<string>"
  ]
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The request for a call to RemoteFileService_BatchDeleteRemoteFiles to delete remote files.

remoteFileIds
string[]

Up to 1000 remote file IDs can be provided per request.

Response

A successful response.

The response of a call to RemoteFileService_BatchDeleteRemoteFiles.