Excluir pesquisa de satisfação

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/survey/{id}

Remove uma pesquisa de satisfação da base de dados pelo ID informado.

Path parameters

  • id integer(int64) Required

    id

Responses

  • 200

    OK

  • 204

    No Content

  • 401

    Unauthorized

  • 403

    Forbidden

DELETE /chatapi/1.0/api/v2/survey/{id}
curl \
 --request DELETE 'https://api.neppo.com.br/chatapi/1.0/api/v2/survey/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"