Excluir uma resposta do bot

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api-docs.neppo.com.br/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Neppo API MCP server": {
    "url": "https://api-docs.neppo.com.br/mcp"
  }
}

Close
DELETE /chatapi/1.0/api/v2/bot-answer/delete

Remove uma resposta do bot da base de dados de acordo com os parâmetros informados.

application/json

Body Required

id

integer(int64) integer(int64)

Responses

  • 200 application/json

    OK

  • 204

    No Content

  • 401

    Unauthorized

  • 403

    Forbidden

DELETE /chatapi/1.0/api/v2/bot-answer/delete
curl \
 --request DELETE 'https://api.neppo.com.br/chatapi/1.0/api/v2/bot-answer/delete' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '42'
Request examples
42
Response examples (200)
true