Delete SOD policy by ID
DELETE {{baseUrl}}/sod-policies/:id
This deletes a specified SOD policy. Requires role of ORG_ADMIN.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
logical | boolean | Indicates whether this is a soft delete (logical true) or a hard delete. Soft delete marks the policy as deleted and just save it with this status. It could be fully deleted or recovered further. Hard delete vise versa permanently delete SOD request during this call. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |