Last updated 3 months ago
Delete policy test. Only users with the Standard Registry role are allowed to make the request.
Policy Id
"000000000000000000000001"
Test Id
Successful operation.
const response = await fetch('/api/v1/policies/{policyId}/test/{testId}', { method: 'DELETE', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
false