DeletePolicy

DELETE/auth/v1/memberships/{user.org_id}/policies/{policy_id}

Path Parameters

user.org_id*org_id

The user.org_id path parameter.

policy_id*policy_id

The policy_id path parameter.

Response Body

200application/json

Success

type: unknown

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}
curl -X DELETE "https://api.rixl.com/auth/v1/memberships/string/policies/string"

Success

application/json

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}