Billing
Unassign a user's Max seat
Removes the Max seat from the given user, freeing it for someone else. Requires a USER API key belonging to an OWNER or ADMIN.
post/public/v1/billing/max/seats/unassign
Request body
Example request
{
"userId": 12
}Response
Seat unassigned
Example response
{
"success": true,
"userId": 12
}