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.

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

Responses

  • 204

    The resource was deleted successfully.

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