cURL
curl --request DELETE \ --url https://api.prod.usesimple.ai/api/v1/calls/{uuid} \ --header 'Authorization: <api-key>'
{ "success": true }
Delete a call and all data associated with it.
Successful Response
The response is of type object.
object
Was this page helpful?