AgentsRemove agent training document

Remove agent training document

REST-only destructive action. This is intentionally not exposed as an MCP tool.

curl -X DELETE "https://api.sendkit.ai/v1/agents/example_string/documents" \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY" \
  -d '{
  "fileKey": "example_string"
}'
{}
DELETE
/v1/agents/{agentId}/documents
DELETE
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-Api-Key)
X-Api-Keystring
Required

Platform API key (sk_user_...) or Workspace API key (sk_...)

Platform API key (sk_user_...) or Workspace API key (sk_...)
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-Api-Keystring
Required

API Key for authentication. Platform API key (sk_user_...) or Workspace API key (sk_...)

Path Parameters

Body

application/json

Responses

Document removed