ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
curl --request DELETE \
--url https://api.galileo.ai/v2/scorers/{scorer_id} \
--header 'Galileo-API-Key: <api-key>'
{
"message": "<string>"
}
curl --request DELETE \
--url https://api.galileo.ai/v2/scorers/{scorer_id} \
--header 'Galileo-API-Key: <api-key>'
{
"message": "<string>"
}
Successful Response
The response is of type object
.
Was this page helpful?