Close
Toolcog home
toolcog
openai
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
API
Operations
Auth Schemes
Overrides
Intents
Targets
API
Operations
Auth Schemes
Overrides
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
All statuses
All statuses
Active
Deprecated
Delete an organization admin API key
admin-api-keys-delete
DELETE/organization/admin_api_keys/{key_id}
Delete an invite. If the invite has already been accepted, it cannot be deleted.
delete-invite
DELETE/organization/invites/{invite_id}
Invites
Deletes an API key from the project.
delete-project-api-key
DELETE/organization/projects/{project_id}/api_keys/{key_id}
Projects
Deletes a service account from the project.
delete-project-service-account
DELETE/organization/projects/{project_id}/service_accounts/{service_account_id}
Projects
Deletes a user from the project.
delete-project-user
DELETE/organization/projects/{project_id}/users/{user_id}
Projects
Deletes a user from the organization.
delete-user
DELETE/organization/users/{user_id}
Users
Delete an assistant.
deleteAssistant
DELETE/assistants/{assistant_id}
Assistants
Delete a certificate from the organization. The certificate must be inactive for the organization and all projects.
deleteCertificate
DELETE/organization/certificates/{certificate_id}
Certificates
Delete a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be deleted.
deleteChatCompletion
DELETE/chat/completions/{completion_id}
Chat
Delete an evaluation.
deleteEval
DELETE/evals/{eval_id}
Evals
Delete an eval run.
deleteEvalRun
DELETE/evals/{eval_id}/runs/{run_id}
Evals
Delete a file.
deleteFile
DELETE/files/{file_id}
Files
**NOTE:** This endpoint requires an [admin API key](../admin-api-keys). Organization owners can use this endpoint to delete a permission for a fine-tuned model checkpoint.
deleteFineTuningCheckpointPermission
DELETE/fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions/{permission_id}
Fine-tuning
Deletes a message.
deleteMessage
DELETE/threads/{thread_id}/messages/{message_id}
Assistants
Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.
deleteModel
DELETE/models/{model}
Models
Deletes a model response with the given ID.
deleteResponse
DELETE/responses/{response_id}
Responses
Delete a thread.
deleteThread
DELETE/threads/{thread_id}
Assistants
Delete a vector store.
deleteVectorStore
DELETE/vector_stores/{vector_store_id}
Vector stores
Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the [delete file](/docs/api-reference/files/delete) endpoint.
deleteVectorStoreFile
DELETE/vector_stores/{vector_store_id}/files/{file_id}
Vector stores