Deletes one or more specified related (child) inspections from the specified parent inspection.
| Scope | inspections Deprecated scope name: delete_inspection_related |
| App Type | Agency |
| Authorization Type | Access token |
| URI | /v4/inspections/{id}/related/{childIds}?lang={lang} |
| HTTP Method | DELETE |
| Automation Version(s) | 7.3.2 |
| Field or Parameter | Type | Required | Values | Description | Automation Version |
|---|---|---|---|---|---|
| childIds | string | Yes | � | Comma-delimited ID's of child records related to the parent record | 7.3.2 |
| id | string | Yes | � | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
| lang | String | No | � | Indicates the language applied. | 7.3.2 |
| Field | Type | Description | Automation Version |
|---|---|---|---|
| result[] | result{} | � | 7.3.2 |
| result.code | string | A code identifying an associated item | 7.3.2 |
| result.id | string | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
| result.isSuccess | boolean | Indicates whether or not the operation on the item is successful. | 7.3.2 |
| result.message | string | A text message related to the operation. | 7.3.2 |
| status | integer | The record status. | 7.3.3 |