Release | Delete documents in release
Remove all documents that have been added to the release
Adressed by operator account and operator's downloadcode:
DELETE
https://services.schneidergeo.com/content/release/{account}/{downloadCode}/documents
Addressed by Release ID
DELETE
https://services.schneidergeo.com/content/release/{id}/documents
Path Parameters
Name
Type
Description
account*
String
Your account ID, you can find this under Account Settings > General Settings > Account ID
downloadCode*
String
The downloadCode for the release
Headers
Name
Type
Description
Authorization*
String
Your API key, you can find this under Account Settings > General Settings > API Key
Request Body
Example:
curl --location --request DELETE 'https://services.schneidergeo.com/content/release/{account}/{downloadCode}/documents
--header 'Authorization: aiose9-98erjsd-0a9s8duj-ds8sss'
Last updated