Skip to main content
DELETE
/
{shopId}
/
shipping
/
zones
/
{zoneId}
Delete shipping zone
curl --request DELETE \
  --url http://staging.qshop.ng/apiv2/{shopId}/shipping/zones/{zoneId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "full_name": "Badmus Rasaq Adeyinka"
}
'

Path Parameters

zoneId
string
required
Example:

"636233916eafad8939c12821"

Body

application/json
full_name
string
Example:

"Badmus Rasaq Adeyinka"

Response

200 - undefined