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
Delete an organization admin API key
Authenticated
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.
Authenticated
delete-invite
DELETE/organization/invites/{invite_id}
Invites
Deletes an API key from the project.
Authenticated
delete-project-api-key
DELETE/organization/projects/{project_id}/api_keys/{key_id}
Projects
Deletes a service account from the project.
Authenticated
delete-project-service-account
DELETE/organization/projects/{project_id}/service_accounts/{service_account_id}
Projects
Deletes a user from the project.
Authenticated
delete-project-user
DELETE/organization/projects/{project_id}/users/{user_id}
Projects
Deletes a user from the organization.
Authenticated
delete-user
DELETE/organization/users/{user_id}
Users
Delete an assistant.
Authenticated
deleteAssistant
DELETE/assistants/{assistant_id}
Assistants
Delete a certificate from the organization. The certificate must be inactive for the organization and all projects.
Authenticated
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.
Authenticated
deleteChatCompletion
DELETE/chat/completions/{completion_id}
Chat
Delete an evaluation.
Authenticated
deleteEval
DELETE/evals/{eval_id}
Evals
Delete an eval run.
Authenticated
deleteEvalRun
DELETE/evals/{eval_id}/runs/{run_id}
Evals
Delete a file.
Authenticated
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.
Authenticated
deleteFineTuningCheckpointPermission
DELETE/fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions/{permission_id}
Fine-tuning
Deletes a message.
Authenticated
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.
Authenticated
deleteModel
DELETE/models/{model}
Models
Deletes a model response with the given ID.
Authenticated
deleteResponse
DELETE/responses/{response_id}
Responses
Delete a thread.
Authenticated
deleteThread
DELETE/threads/{thread_id}
Assistants
Delete a vector store.
Authenticated
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.
Authenticated
deleteVectorStoreFile
DELETE/vector_stores/{vector_store_id}/files/{file_id}
Vector stores