Delete an Asset resource
A wrapper that represents a static file and groups the different Versions of the static file.
Delete an Asset resource.
Path parameters
-
The SID of the Service to delete the Asset resource from.
-
The SID that identifies the Asset resource to delete.
DELETE /v1/Services/{ServiceSid}/Assets/{Sid}
curl \
-X DELETE https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets/{Sid} \
--user "username:password"