Delete an FQDN
DELETE/security/fqdns/:id
Permanently deletes an FQDN.
Request
Path Parameters
id stringrequired
ID of FQDN to delete
Responses
200: FQDN deleted response
- application/json
404: Resource not found
Request samples
curl -L -X DELETE 'https://api.telnyx.com/security/fqdns/:id' \
-H 'Accept: application/json'
Response samples
{
"id": "string",
"connection_id": "string",
"fqdn": "string",
"port": 0,
"dns_record_type": "a"
}