Skip to main content

Delete SOD policy by ID​

This deletes a specified SOD policy. Requires role of ORG_ADMIN.

Path Parameters
    id string required

    The ID of the SOD Policy to delete.

    Example: ef38f943-47e9-4562-b5bb-8424a56397d8
Query Parameters
    logical boolean

    Default value: true

    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.

    Example: true
Responses

No content.

Loading...