Authorization: Bearer ********************
{
"reseller": "*",
"domain": "*",
"server": "*"
}
curl --location --request DELETE 'https://awqacore01.crexendocloud.com/ns-api/v2/images/' \
--header 'Content-Type: application/json' \
--data-raw '{
"reseller": "*",
"domain": "*",
"server": "*"
}'
{"code":202,"message":"Accepted"}