delete
https://{api-base-url}/platform/licensing/v1/msp/customer/settings/autolicense
Disable auto license settings for MSP and Tenants for the given services. This will not change the current license device mapping.
- include_customers: if provided, licensing will be disable only for the customers present in include_customers list.
- exclude_customers: if provided, licensing will be disabled for the customers except the customers present in exclude_customers list.
- If none of the above parameters are provided then auto license setting will be disabled for all customers i.e MSP and tenants.
200Successfully disabled auto licensing for given services.
400A required parameter or field is missing.
401Unauthorized access. Authentication failed or was not provided.
403Access denied.
404The requested entity was not found.
409Request Unsuccessful
413Request-size limit exceeded
417Request-size limit exceeded
429API Rate limit exceeded
500Server error