Quit Custom Role
Sessions
Quit Custom Role
Quit a custom role slot in a session
PATCH
Quit Custom Role
Quit a custom role that the user currently holds. The slot will be made vacant again for other users to claim. The user must be a workspace member.
Custom roles are a Premium/Enterprise feature. This endpoint will return a 403 error for free-tier workspaces.
Request
Parameters
The session ID
The Roblox user ID of the user quitting the role (must be a workspace member)
The name of the custom role to quit
Response
200
Errors
| Status | Description |
|---|---|
| 400 | User is not in this role, user is not a workspace member, or session is completed/cancelled |
| 403 | Premium/Enterprise subscription required |
| 404 | Session or custom role not found |
Authorizations
Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.
Path Parameters
The session ID
Body
application/json
Response
Custom role quit successfully

