curl --request DELETE \
--url https://api.example.com/api/v2/models/{model_id} \
--header 'Authorization: Bearer <token>'{}Delete a custom model configuration from the account.
curl --request DELETE \
--url https://api.example.com/api/v2/models/{model_id} \
--header 'Authorization: Bearer <token>'{}