Authorization: Bearer ********************
curl --location --request DELETE 'https://api.openai.com/v1/organization/projects//users/' \ --header 'Authorization: Bearer <token>'
{ "object": "organization.project.user.deleted", "id": "user_abc", "deleted": true }