remove a user from a group
Removes a group manger/end user from a group
Request
Request samples
curl --location -g --request DELETE 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/partners/companies/{{COMPANY_NAME}}/groups/{{TEST_GROUP}}/users/{{TEST_USER_EMAIL}}' \
--header 'Content-Type: text/plain' \
--data-raw ''
Responses
application/json {
"meta": {
"code": 200
},
"response": {
"managers": "list",
"users": "list"
},
"result": "OK"
}
Modified at 2024-07-25 02:00:14