import plivo

client = plivo.RestClient('<auth_id>','<auth_token>')
response = client.endpoints.delete(
    endpoint_id='14659095951490', )
print(response)
HTTP Status Code: 204

Permanently deletes an endpoint.

API Endpoint
POST
https://api.plivo.com/v1/Account/{auth_id}/Endpoint/{endpoint_id}/

Arguments

No arguments need to be passed.

import plivo

client = plivo.RestClient('<auth_id>','<auth_token>')
response = client.endpoints.delete(
    endpoint_id='14659095951490', )
print(response)
HTTP Status Code: 204