Skip to main content

Dismiss a log message

DELETE 
/external_connections/log_messages/:id

Dismiss a log message for an external connection associated with your account.

Request

Path Parameters

    id int64required

    Identifies the resource.

Responses

200: Successful response

401: Unauthorized

404: Resource not found

Request samples


curl -L -X DELETE 'https://api.telnyx.com/v2/external_connections/log_messages/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"success": true
}