cURL
curl --request POST \ --url https://api.cekura.ai/test_framework/v1/results/{id}/end_calls/ \ --header 'X-CEKURA-API-KEY: <api-key>'
{ "detail": "<string>" }
Terminates all active calls associated with the runs in this result. This will end all ongoing phone calls or chat sessions for all non-deleted runs.
API Key Authentication. It should be included in the header of each request.
A unique integer value identifying this result.
No response body