DELETE
/
organization
/
{organizationId}
/
member
curl --request DELETE \
  --url https://app-preprod.cybedefend.com/organization/{organizationId}/member \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "message": "<string>"
}

Path Parameters

organizationId
string
required

Organization identifier

Body

application/json

Response

200
application/json

Member removed from organization

The response is of type object.