Delete a specific environment
Represents a deployed build of a given set of Functions and/or Assets at a specific URL.
Delete a specific environment.
Path parameters
-
The SID of the Service to delete the Environment resource from.
-
The SID of the Environment resource to delete.
DELETE /v1/Services/{ServiceSid}/Environments/{Sid}
curl \
-X DELETE https://serverless.twilio.com/v1/Services/{ServiceSid}/Environments/{Sid} \
--user "username:password"