POST
/
delete-model
curl --request POST \
  --url https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/delete-model \
  --header 'Content-Type: application/json' \
  --data '{
  "modelId": 123
}'
{}

Body

application/json
modelId
number
required

Response

200
application/json
Successful response

The response is of type object.