Authorization: Bearer ********************{
"modelGroupId": "string"
}curl --location --request POST '/api/model/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"modelGroupId": "string"
}'