DetachPolicy
DELETE
/auth/v1/memberships/{user.org_id}/policies/attachments/{attachment_id}Path Parameters
user.org_id*org_id
The user.org_id path parameter.
attachment_id*attachment_id
The attachment_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/attachments/string"Success
application/json
{
"$ref": "#/components/schemas/google.protobuf.Empty",
"$ref-value": {
"type": "object",
"description": "An empty JSON object."
}
}