Delete Resource Set Policy
This API deletes an existing resource set policy identified by its unique ID. Once deleted, the policy can no longer be used or applied.
Endpoint Details
| URL | /v1/config-agent/resource-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 resource set policy, use the following request format:
/v1/config-agent/resource-sets/c645ea06-4846-49c8-a231-b2c6d84a2c29
Path Parameter
| Parameter | Type | Description |
|---|---|---|
| id | UUID | Unique identifier of the resource set policy 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 resource set policy was successfully deleted |
info
- A valid Bearer Token is required to access this endpoint.
- The
idpath parameter must reference an existing resource set policy. - Deleting a resource set policy is permanent and cannot be undone.