Skip to main content
DELETE
/
voice
/
{thread_id}
/
phone-call
End Phone Call
curl --request DELETE \
  --url https://api.puppeteerai.com/voice/{thread_id}/phone-call \
  --header 'Authorization: <authorization>'
{
  "response": "<string>"
}

Headers

Authorization
string
required

Path Parameters

thread_id
string
required

Response

Successful Response

response
string
required

Status message confirming the call was ended.