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