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