Deletes the specified savepoints for the policy (Dry Run only).
Deletes the specified savepoints for the policy (Dry Run only).
Authorizations
Path parameters
policyIdstringRequiredExample: 
000000000000000000000001Body
savepointIdsstring[]Required
Responses
200
Successful operation.
No content
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
delete
/policies/{policyId}/savepointsDELETE /api/v1/policies/{policyId}/savepoints HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 25
{
  "savepointIds": [
    "text"
  ]
}No content
PreviousCreates a new savepoint for the policy (Dry Run only).NextReturns the number of savepoints for the policy (Dry Run only).
Last updated