Authorization: Bearer ********************curl --location --request DELETE 'https://localhost:50123/rest/v3/sites/virts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"group_id":"2",
"virtual_obj_id":"663838398"
}'
{"message":"success"}