Last updated 8 months ago
Discontunue policy. Only users with the Standard Registry role are allowed to make the request.
Policy identifier.
Discontinue details.
Policies.
const response = await fetch('/api/v1/policies/{policyId}/discontinue', { method: 'PUT', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
[]