Delete a polling trigger
Removes a polling trigger so it stops polling. Requires the flow:trigger scope.
/flows/{projectId}/pollingRemoves a polling trigger so it stops polling. Requires the flow:trigger scope.
Authorization: Bearer bai_ext_.... Tokens belong to one project and carry scopes:
bot:invoke, flow:trigger, automation:trigger.
In: header
Scope: flow:trigger
Path Parameters
The project ID. The token must belong to this project.
Query Parameters
Key of the polling trigger to remove.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/flows/string/polling?pollKey=string"{ "success": true}Send a message to a chatbot (sync) POST
Sends one user message into a chatbot session and waits for the bot's reply. The message runs against the published (production) bot.
List dead-letter events GET
Lists events that could not be delivered to the project's runtime after all retry attempts, newest first, including failed polling cycles and polled items.