Release | Delete documents in release
Remove all documents that have been added to the release
Last updated
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
account*
String
Your account ID, you can find this under Account Settings > General Settings > Account ID
downloadCode*
String
The downloadCode for the release
Authorization*
String
Your API key, you can find this under Account Settings > General Settings > API Key
Example:
curl --location --request DELETE 'https://services.schneidergeo.com/content/release/{account}/{downloadCode}/documents
--header 'Authorization: aiose9-98erjsd-0a9s8duj-ds8sss'Last updated