Skip to main content

Delete recording resource

DELETE 
/texml/Accounts/:account_sid/Recordings/:recording_sid.json

Deletes recording resource identified by recording id.

Request

Path Parameters

    account_sid stringrequired

    The id of the account the resource belongs to.

    recording_sid uuidrequired

    Uniquely identifies the recording by id.

Responses

204: The resource was deleted successfully.

404: Resource not found

Request samples


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

Response samples


{
"errors": [
{
"detail": "Resource not found"
}
]
}