Release | Delete documents in release

DELETE https://services.schneidergeo.com/content/release/{account}/{downloadCode}/documents

Remove all documents that have been added to the release

Path Parameters

NameTypeDescription

account*

String

Your account ID, you can find this under Account Settings > General Settings > Account ID

downloadCode*

String

The downloadCode for the release

Headers

NameTypeDescription

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