post https://{accountName}.{environment}.com.br/api/logistics/pvt/configuration/carriers//removedayofweekblocked
Removes the blocked delivery windows set to your store's shipping policies.
Note that, while most of our API endpoints return time fields in UTC, this endpoint returns time adjusted to the configured time zone of the account.
Request body example
curl --location --request POST 'https://{accountName}.{environment}.com.br/api/logistics/pvt/configuration/carriers/carrierId/removedayofweekblocked' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'Accept: application/json' \
--header 'X-VTEX-API-AppKey: {{X-VTEX-API-AppKey}}' \
--header 'X-VTEX-API-AppToken: {{X-VTEX-API-AppToken}}' \
--data-raw '"2016-08-09T08:00:00"'