Archive Policy
PUT {{baseUrl}}/v1/policy/:policyUid/archive
Archive existing policy by policyUid
.
Parameters
Field | Type | Required | Description |
---|---|---|---|
policyUid | string | required | Unique Policy Identification |
Body
Field | Type | Required | Description |
---|---|---|---|
archived | boolean | required | If true policy is archived and not active. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}