Delete a fax
DELETE/faxes/:id
Delete a fax
Request
Path Parameters
id uuidrequired
The unique identifier of a fax.
Responses
204: The resource was deleted successfully.
default: Unexpected error
- application/json
Request samples
curl -L -X DELETE 'https://api.telnyx.com/v2/faxes/:id' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}
]
}