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.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^ZE[0-9a-fA-F]{32}$
. -
The SID of the Variable resource to delete.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^ZV[0-9a-fA-F]{32}$
.
DELETE
/v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid}
curl \
--request DELETE 'https://serverless.twilio.com/v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid}' \
--user "username:password"