Delete a specific Variable.

DELETE /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid}

A key and value pair that is specific to an Environment.

Delete a specific Variable.

Path parameters

  • ServiceSid string Required

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

  • EnvironmentSid string Required

    The SID of the Environment with the Variables to delete.

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

  • Sid string Required

    The SID of the Variable resource to delete.

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

Responses

  • 204

    The resource was deleted successfully.

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"