curl --request DELETE \
--url https://app-preprod.cybedefend.com/team/{teamId}/member \
--header 'Content-Type: application/json' \
--data '{
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
"success": true,
"message": "<string>"
}
curl --request DELETE \
--url https://app-preprod.cybedefend.com/team/{teamId}/member \
--header 'Content-Type: application/json' \
--data '{
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
"success": true,
"message": "<string>"
}
Member removed from team
The response is of type object
.