Service Accounts
Delete a service account
Delete a service account and its role bindings; tokens it minted are revoked within a few seconds.
delete/admin/service-accounts/{service_account_id}
Path parameters
service_account_idstring uuid required
The unique identifier of the service account.
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Response
Service account deletion request accepted. The service account and its role bindings are removed immediately; it then returns 404, and repeating the request returns 404 as well.