Last updated 3 hours ago
Delete dry-run savepoint. Only users with the Standard Registry role are allowed to make the request.
Policy Id
"000000000000000000000001"
.
const response = await fetch('/api/v1/policies/{policyId}/savepoint/delete', { method: 'POST', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify("text"), }); const data = await response.json();
{ "code": 500, "message": "Error message" }