DELETE
/
api
/
org
/
members
curl --request DELETE \
  --url https://lyra.so/api/v1/api/org/members \
  --header 'Content-Type: application/json' \
  --header 'X-LYRA-API-KEY: <api-key>' \
  --data '{
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

X-LYRA-API-KEY
string
header
required

Body

application/json
user_id
string
required

The ID of the user to remove from the organization

Response

200
application/json
Member removed successfully
user_id
string

The ID of the removed user