Delete a Recording resource identified by a Recording SID.

DELETE /v1/Recordings/{Sid}

Single-track, single-media recordings

Delete a Recording resource identified by a Recording SID.

Path parameters

  • Sid string Required

    The SID of the Recording resource to delete.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^RT[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Recordings/{Sid}
curl \
 --request DELETE 'https://video.twilio.com/v1/Recordings/{Sid}' \
 --user "username:password"