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
Property | Type | Required? | Description |
---|---|---|---|
siteId | string | Yes | The company site ID |
region | string | Yes | The region where the subregion to delete is located |
subRegion | string | Yes | The region to delete |
Interactive API Reference
Take a look at our interactive Swagger Site!