Users
Remove a user from the organization
Remove a user from the organization and revoke their role bindings; their Pinecone account is not deleted.
delete/admin/users/{user_id}
Path parameters
user_idstring uuid required
User ID
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Response
User removal request accepted. The user's role bindings are revoked immediately; the user then returns 404, and repeating the request returns 404 as well.