Skip to main content
DELETE
/
organization
/
{organizationId}
/
member
Remove member from organization
curl --request DELETE \
  --url https://us.cybedefend.com/organization/{organizationId}/member \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string<uuid>
required

Organization identifier

Body

application/json
userId
string<uuid>
required

User unique identifier

Response

Member removed from organization

message
string
required

Message describing the outcome