Delete a specific Variable
A key and value pair that is specific to an Environment.
Delete a specific Variable.
Path parameters
-
The SID of the Service to delete the Variable resource from.
-
The SID of the Environment with the Variables to delete.
-
The SID of the Variable resource to delete.
DELETE /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid}
curl \
-X DELETE https://serverless.twilio.com/v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid} \
--user "username:password"