Last updated 1 month ago
Deletes the statistic definition with the provided ID.
Statistic Definition Identifier
"000000000000000000000001"
Successful operation.
const response = await fetch('/api/v1/policy-statistics/{definitionId}', { method: 'DELETE', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
false