Delete Policy Set
This API deletes an existing policy set identified by its unique ID. Once deleted, the policy set can no longer be used or applied.
Endpoint Details
| URL | /v1/config-agent/policy-sets/id |
| Method | DELETE |
| Authorization | Bearer Token |
Request Headers
| Header | Type | Description |
|---|---|---|
| Content-Type | String | Must be application/json |
Request Path
To delete a specific policy set, use the following request format:
/v1/config-agent/policy-sets/a6a2c6cd-35d0-4f13-b4fe-d3b9063b7961
Path Parameter
| Parameter | Type | Description |
|---|---|---|
| id | UUID | Unique identifier of the policy set to delete |
Response
Here is an example response after the request has been successfully processed:
Response
{
"success": true
}
Field Descriptions
| Field | Type | Description |
|---|---|---|
| success | Boolean | Indicates whether the policy set was successfully deleted |
info
- A valid Bearer Token is required to access this endpoint.
- The
idpath parameter must reference an existing policy set. - Deleting a policy set is permanent and cannot be undone.