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.
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}PreviousCreates a new savepoint for the policy (Dry Run only).NextReturns the number of savepoints for the policy (Dry Run only).
Last updated
Was this helpful?