curl --request DELETE \
--url https://api.avidoai.com/v0/model-pricing/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}Deletes a model pricing entry
curl --request DELETE \
--url https://api.avidoai.com/v0/model-pricing/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}Your unique Avido API key
Your unique Avido Application ID
The unique identifier of the model pricing entry
"123e4567-e89b-12d3-a456-426614174000"
Model pricing entry successfully deleted