Delete an outbound profile
DELETE/termination/endpoints/:id
Permanently deletes an outbound profile.
Request
Path Parameters
id stringrequired
ID of Outbound Profile to delete
Responses
200: Outbound Profile deleted response
- application/json
404: Resource not found
Request samples
curl -L -X DELETE 'https://api.telnyx.com/termination/endpoints/:id' \
-H 'Accept: application/json'
Response samples
{
"success": true,
"message": "string"
}