action apache_delete_variable { label: "Delete a variable" provider: apache method: DELETE path: "/variables/{variable_key}" encoding: json output: { type: "object" additionalProperties: true } }