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