Skip to main content
DELETE
Delete evaluation question

Delete Evaluation Question

Remove one question from an agent’s evaluation set.
This is a destructive cleanup action. Use it when a question is outdated, duplicated, or should no longer be part of the evaluation set.
Use this after listing evaluation questions and confirming the promptId.

Endpoint

Authentication

Send your platform API key in the x-api-key header.

Path Parameters

Success Response

Returns 204 No Content when the question is deleted.

Authorizations

x-api-key
string
header
required

Platform API key for authenticated account-level API access

Path Parameters

id
string<uuid>
required

Evaluation agent ID.

promptId
integer
required

Evaluation question ID.

Response

Evaluation question deleted successfully