curl --request DELETE \
--url https://api.getcargo.io/v1/storage/models/{uuid} \
--header 'Authorization: Bearer <token>'{}Remove a model by UUID
curl --request DELETE \
--url https://api.getcargo.io/v1/storage/models/{uuid} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?