cURL
curl --request POST \ --url https://api.tryarchitect.com/v0/pages/{page_id}/audiences/{audience_id}/messages/interrupt \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "partialText": "<string>" } '
{ "success": true }
Interrupt the active audience message run.
API key authentication for the External Actor Gateway
page_id parameter
audience_id parameter
100000
Successful operation
Was this page helpful?