Description | : Delete an evaluation run by name |
Reference | : Link ¶ |
⚼ Request
DELETE:
/evaluations/runs/{name}
{
api-version:
string
,
name:
string
,
x-ms-client-request-id:
string
,
}
⚐ Response (204)
{
x-ms-client-request-id:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}