Deletes a service account from the project.
DELETE
/organization/projects/{project_id}/service_accounts/{service_account_id}
curl \
--request DELETE 'https://api.openai.com/v1/organization/projects/{project_id}/service_accounts/{service_account_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"object": "organization.project.service_account.deleted",
"id": "string",
"deleted": true
}