User
Image Management
Image edits
Model
Delete model data
POST
https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/
/
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
Response
200
application/json
Successful response
The response is of type object
.
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
}'
{}
Assistant
Responses are generated using AI and may contain mistakes.