Skip to main content

Delete a stored credential

DELETE 
/custom_storage_credentials/:connection_id

Deletes a stored custom credentials configuration.

Request

Path Parameters

    connection_id stringrequired

    Uniquely identifies a Telnyx application (Call Control, TeXML) or Sip connection resource.

Responses

204: The credentials configuration for connection_id was deleted successfully.

default: Unexpected error.

Request samples


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

Response samples


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