Remove team members
Develop Env
https://api.gigstack.io/v2
Develop Env
https://api.gigstack.io/v2
DELETE
https://api.gigstack.io/v2
Connect
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.gigstack.io/v2/connect/teams//members' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"memberIds": [
"string"
]
}'
Response Response Example
200 - Example 1
{
"data": {},
"message": "string",
"next": "string",
"totalResults": 0,
"hasMore": true
}
Request
Path Params
id
string
required
Body Params application/json
Responses
Modified at 2025-06-16 03:36:47