---
title: "TODO: Add Update Evaluation
Update Evaluation
rpc UpdateEvaluation(UpdateEvaluationRequest) returns (Evaluation) {
  option (google.api.http) = {
    patch: \"/v1/{evaluation.name=accounts/*/evaluations/*}\"
    body: \"evaluation\"
  };
}
Delete Evaluation"
method: DELETE
path: "/v1/accounts/{account_id}/evaluations/{evaluation_id}"
tags: ["gateway.openapi_Gateway"]
---

# TODO: Add Update Evaluation
Update Evaluation
rpc UpdateEvaluation(UpdateEvaluationRequest) returns (Evaluation) {
  option (google.api.http) = {
    patch: "/v1/{evaluation.name=accounts/*/evaluations/*}"
    body: "evaluation"
  };
}
Delete Evaluation

`DELETE /v1/accounts/{account_id}/evaluations/{evaluation_id}`

## Path parameters

- `account_id` string, required
- `evaluation_id` string, required

## Response `200`

A successful response.

- object

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/revisions/29a1e4db152c/schema)
