# Release | Delete documents in release

Adressed by operator account and operator's downloadcode:

<mark style="color:green;">`DELETE`</mark> `https://services.schneidergeo.com/content/release/{account}/{downloadCode}/documents`

Addressed by Release ID

<mark style="color:green;">`DELETE`</mark> `https://services.schneidergeo.com/content/release/{id}/documents`

#### Path Parameters

<table><thead><tr><th>Name</th><th width="174">Type</th><th>Description</th></tr></thead><tbody><tr><td>account<mark style="color:red;">*</mark></td><td>String</td><td>Your account ID, you can find this under Account Settings > General Settings > Account ID</td></tr><tr><td>downloadCode<mark style="color:red;">*</mark></td><td>String</td><td>The downloadCode for the release</td></tr></tbody></table>

#### Headers

| Name                                            | Type   | Description                                                                         |
| ----------------------------------------------- | ------ | ----------------------------------------------------------------------------------- |
| Authorization<mark style="color:red;">\*</mark> | 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'
```
