import plivo
client = plivo.RestClient('<auth_id>','<auth_token>')
response = client.calls.delete(
call_uuid='3a2e4c90-dcee-4931-8a59-f123ab507e60', )
print(response)
HTTP Status Code: 204
import plivo
client = plivo.RestClient('<auth_id>','<auth_token>')
response = client.calls.delete(
call_uuid='3a2e4c90-dcee-4931-8a59-f123ab507e60', )
print(response)
HTTP Status Code: 204
https://api.plivo.com/v1/Account/{auth_id}/Call/{call_uuid}/
import plivo
client = plivo.RestClient('<auth_id>','<auth_token>')
response = client.calls.delete(
call_uuid='3a2e4c90-dcee-4931-8a59-f123ab507e60', )
print(response)
HTTP Status Code: 204