In this article
Delete Entities
You can use this endpoint to delete entities.
URL
https:///{{HOST}}/api/v2.2/entity/{entityType}{idList}
Method
DELETE
Required IMS Scopes
- TODO
URL Path Parameters
| Name | Description | Example | Type |
|---|---|---|---|
| entityType required |
Entity Type to get entities from | /entity/systems | string |
| idList optional |
Comma-separated list of Entity Id enclosed in ( ) | /entity/systems(id1,id2) | string |
Request Header Parameters
| Type | Value | Description |
|---|---|---|
| Authentication required |
Bearer {access_token} | Description |
Example
Request
Curl Example Request
### Response
```json
JSON Response
Errors
| Error | Description |
|---|---|
| Error Name | Description of Error |
Response Body Parameters
| Name | Description | Schema |
|---|---|---|
| Object Name | Description | object definition |