Deletes the specified savepoints for the policy (Dry Run only).

DELETE /policies/{policyId}/savepoints

Deletes the specified savepoints for the policy (Dry Run only).

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyId

string

Policy Identifier

savepointIds

object

Ids of savepoint

Response

{
  description: Successful operation.
}

Last updated

Was this helpful?