Skip to main content

Delete a Recording

Use this endpoint for the Recordings method to delete a recording. If the deletion is successful, a 204 response, with no request body, will be returned.

Parameters

ParameterDescription
Sid RequiredThe unique identifier of the recording.

Request

curl https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json \
-X DELETE \
-u "YourProjectID:YourAuthToken"

Responses

204 NO CONTENT

If the deletion is successful, a 204 response, with no request body, will be returned.