Delete an Asset resource

DELETE /v1/Services/{ServiceSid}/Assets/{Sid}

A wrapper that represents a static file and groups the different Versions of the static file.

Delete an Asset resource.

Path parameters

  • ServiceSid string Required

    The SID of the Service to delete the Asset resource from.

  • Sid string Required

    The SID that identifies the Asset resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{ServiceSid}/Assets/{Sid}
curl \
 -X DELETE https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets/{Sid} \
 --user "username:password"