Delete workloads
DELETE {{base_url}}/api/workload_management/v5/workloads
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
workload_tag | string | (Optional) Filter by workload tag |
Type: String |
| workload_id
| string | | (Optional) Filter by one or more workload IDs. The IDs are of type ScopedExternalID
. Maximum 100 items.
Type: String |
| agent_id
| string | | (Optional) Filter by one agent ID. The IDs are of type InternalID
. Maximum 100 items.
Type: String Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ |