cURL
curl --request DELETE \ --url https://{controlPlaneURL}/api/llm/responses/{id} \ --header 'Authorization: Bearer <token>'
Delete a specific model response
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional metadata for the request
Id of the response
Model response deleted successfully
Was this page helpful?