# Delete a payload from the result along with all associated Data **DELETE /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json** Delete a payload from the result along with all associated Data A single Add-on results' payload ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to delete. - **ReferenceSid** (string) The SID of the recording to which the AddOnResult resource that contains the payloads to delete belongs. - **AddOnResultSid** (string) The SID of the AddOnResult to which the payloads to delete belongs. - **Sid** (string) The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)