GuideLab API

Remove a teammate room assignment

Removes a production room assignment from a lab member. The roomId must be provided in the request body.

DELETE
/production/teammates/{memberId}/rooms

Removes a production room assignment from a lab member. The roomId must be provided in the request body.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Path Parameters

memberId*string

Member ID

Length1 <= length

Response Body

application/json

curl -X DELETE "https://example.com/production/teammates/mem_123/rooms"
{  "success": true}
Empty
Empty