Response
Call
Multiparty call
- Overview
- The Multiparty object
- Activate a multiparty call
- Retrieve a multiparty call
- Retrieve all multiparty calls
- End a multiparty call
- Participants
- Multiparty call recording
Conference
Audio Stream
Verified Caller ID
Endpoint
Endpoint
Delete an endpoint
Copy
Ask AI
import plivo
client = plivo.RestClient('<auth_id>','<auth_token>')
response = client.endpoints.delete(
endpoint_id='14659095951490', )
print(response)
Copy
Ask AI
HTTP Status Code: 204
Permanently deletes an endpoint.
API Endpoint
POST
Copy
Ask AI
https://api.plivo.com/v1/Account/{auth_id}/Endpoint/{endpoint_id}/
Arguments
No arguments need to be passed.
Copy
Ask AI
import plivo
client = plivo.RestClient('<auth_id>','<auth_token>')
response = client.endpoints.delete(
endpoint_id='14659095951490', )
print(response)
Copy
Ask AI
HTTP Status Code: 204
Copy
Ask AI
import plivo
client = plivo.RestClient('<auth_id>','<auth_token>')
response = client.endpoints.delete(
endpoint_id='14659095951490', )
print(response)
Copy
Ask AI
HTTP Status Code: 204
Assistant
Responses are generated using AI and may contain mistakes.