Agent documents
/agent-documents/{agentDocumentId}
Delete a single agent document.
DELETE
/
api
/
v1
/
agent-documents
/
{agentDocumentId}
Copy
curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/agent-documents/{agentDocumentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
Copy
{
"success": true,
"data": null
}
Params
A valid agent document
id.
Response
Indicates whether the call was successful.
Copy
curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/agent-documents/{agentDocumentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
Copy
{
"success": true,
"data": null
}
Copy
curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/agent-documents/{agentDocumentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
Copy
{
"success": true,
"data": null
}
Assistant
Responses are generated using AI and may contain mistakes.