Skip to main content

Delete an access policy

DELETE 

/iam/v1/access_policies/:id

Delete an access policy.

Request

Path Parameters

    id stringrequired

    Access policy's unique identifier.

Responses

Successful Response

Schema
    principal string

    The email address of the user or service account that is granted this access policy.

    principal_display_name string

    firstname lastname OR firstname OR username.

    principal_type string

    Whether the principal is a user or a service account.

    resource string

    The resource to which this access policy is assigned. It is in the format:

    prn:<TSG_ID>::::

    role string

    The role used for this access policy.

Loading...