Skip to main content

Delete SOD policy by ID

DELETE 

/sod-policies/:id

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

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: ef38f94347e94562b5bb8424a56397d8

Query Parameters

    logical boolean

    Default value: true

    Indicates whether this is a soft delete (logical true) or a hard delete.

    Example: true

Responses

No content.

Loading...