Deletes a membership with a specified organization ID and user ID.
organizationId required | string (ResourceId) <= 50 characters Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID. Example: 4f6cf35x-2c4y-483z-a0a9-158621f77a21 |
userId required | string (ResourceId) <= 50 characters ID of the user. Example: 4f6cf35x-2c4y-483z-a0a9-158621f77a21 |
Membership deleted.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
Conflict.
{- "status": 401,
- "title": "string",
- "detail": "string",
- "instance": "string"
}