Remove a member from an organization
DELETE
/auth/v1/memberships/{orgId}/members/{userId}Removes the specified member from the organization.
Authorization
Bearer Authorization<token>
In: header
Path Parameters
orgId*string
Organization ID
userId*string
Member user ID
Response Body
200application/json
OK
type: unknown
{
"$ref": "#/components/schemas/authv1.StatusResponse",
"$ref-value": {
"properties": {
"status": {
"type": "string"
}
},
"type": "object"
}
}curl -X DELETE "https://api.rixl.com/auth/v1/memberships/string/members/string"OK
application/json
{
"$ref": "#/components/schemas/authv1.StatusResponse",
"$ref-value": {
"properties": {
"status": {
"type": "string"
}
},
"type": "object"
}
}