Deletes one or more documents for the given asset.
| Scope | assets |
| App Type | Agency |
| Authorization Type | Access token |
| URI | /v4/assets/{assetId}/documents/{documentIds}?password={password}&lang={lang}&userId={userId} |
| HTTP Method | DELETE |
| Automation Version(s) | 9.0.0 |
| Field or Parameter | Type | Required | Values | Description | Automation Version |
|---|---|---|---|---|---|
| assetId | string | No | Get All Assets | The unique asset id assigned by the Civic Platform server. | 9.0.0 |
| documentIds | string | No | Comma-delimited document id's assigned by the Civic Platform server. | 9.0.0 | |
| lang | String | No | Indicates the language applied. | 9.0.0 | |
| password | string | No | The password related to the operation. | 9.0.0 | |
| userId | string | No | The user's login ID for the Accela Civic Platform, created by agency administrators. | 9.0.0 |
| Field | Type | Description | Automation Version |
|---|---|---|---|
| result[] | result{} | 9.0.0 | |
| result.code | string | A code identifying an associated item | 9.0.0 |
| result.id | string | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 9.0.0 |
| result.isSuccess | boolean | Indicates whether or not the operation on the item is successful. | 9.0.0 |
| result.message | string | A text message related to the operation. | 9.0.0 |
| status | integer | The record status. | 9.0.0 |