deleteRecordingAddOnResultPayload
Delete a payload from the result along with all associated Data
DELETE /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json HTTP/1.1Parameters
{
"AccountSid": {
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to delete.",
"required": true,
"location": "path",
"type": "string"
},
"ReferenceSid": {
"description": "The SID of the recording to which the AddOnResult resource that contains the payloads to delete belongs.",
"required": true,
"location": "path",
"type": "string"
},
"AddOnResultSid": {
"description": "The SID of the AddOnResult to which the payloads to delete belongs.",
"required": true,
"location": "path",
"type": "string"
},
"Sid": {
"description": "The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to delete.",
"required": true,
"location": "path",
"type": "string"
}
}