Delete a Build resource
A collection of Function Versions, Asset Versions, Dependencies, and a Runtime that form a deployable unit.
Delete a Build resource.
Path parameters
-
The SID of the Service to delete the Build resource from.
-
The SID of the Build resource to delete.
DELETE /v1/Services/{ServiceSid}/Builds/{Sid}
curl \
-X DELETE https://serverless.twilio.com/v1/Services/{ServiceSid}/Builds/{Sid} \
--user "username:password"