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.

  • Sid string Required

    The SID of the Variable resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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"