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