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.

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

Responses

  • 204

    The resource was deleted successfully.

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