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