Skip to main content

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
MethodDELETE
AuthorizationBearer Token

Request Headers

HeaderTypeDescription
Content-TypeStringMust 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

ParameterTypeDescription
idUUIDUnique 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

FieldTypeDescription
successBooleanIndicates whether the policy set was successfully deleted

info
  • A valid Bearer Token is required to access this endpoint.
  • The id path parameter must reference an existing policy set.
  • Deleting a policy set is permanent and cannot be undone.