Skip to main content

Delete SOD policy by ID

DELETE 

/sod-policies/:id

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

Request

Path Parameters

    id stringrequired

    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...