Delete a Build resource

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

A collection of Function Versions, Asset Versions, Dependencies, and a Runtime that form a deployable unit.

Delete a Build resource.

Path parameters

  • ServiceSid string Required

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

  • Sid string Required

    The SID of the Build resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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