Sample - Twilio API
DELETE/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json

Delete a recording AddOnResult

Deletes a recording AddOnResult and purges all payloads associated with it. Identify the result through its account, recording, and AddOnResult SIDs before performing this destructive operation.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 parameters
AccountSidstringrequired
The account SID that owns the recording AddOnResult. Must be 34 characters and match the `AC` SID format.
ReferenceSidstringrequired
The recording SID to which the AddOnResult belongs. Must be 34 characters and match the `RE` SID format.
Sidstringrequired
The unique AddOnResult SID to delete. Must be 34 characters and match the `XR` SID format.

1 status code
204Confirms that the AddOnResult and its associated payloads were deleted successfully.

Error handling

AccountSid must be a 34-character account SID beginning with AC, ReferenceSid must be a 34-character recording SID beginning with RE, and Sid must be a 34-character AddOnResult SID beginning with XR. The SIDs must identify the nested result whose associated payloads you intend to purge.