Skip to main content

Delete a Subregion of Banner settings by region

To restore your banner regions settings is simple, you just have to send a DELETE request to our API to the endpoint:

https://api.platform.illow.io/open-api/v1/banner-regions/:siteId/:region/:subRegion
info

Don't forget to include your Access Key in the X-API-Key header of all your requests.

info

Don't forget to replace the URL parameters: :siteId, :region, :subRegion.

Request Path

PropertyTypeRequired?Description
siteIdstringYesThe company site ID
regionstringYesThe region where the subregion to delete is located
subRegionstringYesThe region to delete

Interactive API Reference

Take a look at our interactive Swagger Site!