curl --location --request DELETE 'https://api.anthropic.com/v1/organizations/workspaces/wrkspc_01JwQvzr7rXLA5AGx3HKfFUJ/members/user_01WCz1FkmYMm4gnmykNKUu3Q' \
--header 'anthropic-version: 2023-06-01' \
--header 'x-api-key: ' \
--header 'content-type: application/json' \
--data-raw ''
{
"user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q",
"workspace_id": "wrkspc_01JwQvzr7rXLA5AGx3HKfFUJ",
"type": "workspace_member_deleted"
}