Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://form-fill-agent-backend.artpark.ai/api/v1/agents/{agent_id}
import requests url = "https://form-fill-agent-backend.artpark.ai/api/v1/agents/{agent_id}" response = requests.delete(url) print(response.text)
{ "status": "<string>" }
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Soft delete an agent by setting deleted = true in config.
Successful Response