Skip to content

Leave Group


Makes Account Leave Group


GET /api/roblox/leave-group
Terminal window
https://api.cookie-api.com/api/roblox/leave-group


URL Parameters
workspace_id<workspace id>

{
"group_id": "33545359",
"user_id": "4781684577",
"cookie": "_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_Super cool but secret roblox cookie ^_^"
}

curl --location --request DELETE 'https://api.cookie-api.com/api/roblox/leave-group?workspace_id=12345' \
--header 'Authorization: API_Key' \
--header 'Content-Type: application/json' \
--data '{
"group_id": "33545359",
"user_id": "4781684577",
"cookie": "_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_Still a secret roblox cookie"
}'

Responses
{
"success": true
}