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.

Schema

    errors

    Error[]

  • Array [

  • code integerrequired
    title stringrequired
    detail string

    source

    object

    pointer json-pointer

    JSON pointer (RFC6901) to the offending entity.

    parameter string

    Indicates which query parameter caused the error.

    meta object
  • ]

Loading...