Last updated 3 days ago
Deletes the policy label with the provided ID.
policy label Identifier
"000000000000000000000001"
Successful operation.
const response = await fetch('/api/v1/policy-labels/{definitionId}', { method: 'DELETE', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
false