curl --request POST \
--url https://api.siftstack.com/api/v1/remote-files:batchDelete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"remoteFileIds": [
"<string>"
]
}
'{}Batch delete remote files. Each batch is limited to 1000 records.
curl --request POST \
--url https://api.siftstack.com/api/v1/remote-files:batchDelete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"remoteFileIds": [
"<string>"
]
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The request for a call to RemoteFileService_BatchDeleteRemoteFiles to delete remote files.
The request for a call to RemoteFileService_BatchDeleteRemoteFiles to delete remote files.
Up to 1000 remote file IDs can be provided per request.
A successful response.
The response of a call to RemoteFileService_BatchDeleteRemoteFiles.
Was this page helpful?