DELETE
/organization/users/{user_id}
curl \
--request DELETE 'https://api.openai.com/v1/organization/users/{user_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"object": "organization.user.deleted",
"id": "string",
"deleted": true
}