remove_user_seat
Remove a user from a seat and optionally from the seat offering. Specify seat offering ID and user ID or email.
Instructions
🔴 DESTRUCTIVE · deletes · Multiple seats · DELETE /v2/seats/{id}/users/{uid}
Remove user from a seat
Remove a user from a seat and optionally from the seat offering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the seat offering. | |
| uid | Yes | User Id or email (encoded string) | |
| body | No | Request body (application/json). |