rejectAIAction
POST
/api/v1/ai/conversations/{conversationId}/actions/{actionId}/reject
const url = 'https://example.com/api/v1/ai/conversations/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/actions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/reject';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/v1/ai/conversations/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/actions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/rejectParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters”conversationId
required
string format: uuid
actionId
required
string format: uuid
Responses
Section titled “ Responses ”Events of the continued turn.
Media typetext/event-stream