Skip to main content

Delete stored Dialogflow Connection

DELETE 
/dialogflow_connections/:connection_id

Deletes a stored Dialogflow Connection.

Request

Path Parameters

    connection_id stringrequired

    Uniquely identifies a Telnyx application (Call Control).

Responses

204: The Dialogflow Connection for connection_id was deleted successfully.

default: Unexpected error.

Request samples


curl -L -X DELETE 'https://api.telnyx.com/v2/dialogflow_connections/:connection_id' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}
]
}