cURL
curl --request DELETE \ --url https://api-eu.cybedefend.com/organization/{organizationId}/member \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "message": "<string>" }
API Key for authentication. You can generate an API key from your personal settings.
Organization identifier
User unique identifier
Member removed from organization
Message describing the outcome