docs
  1. Admin Api
  2. Resources
  3. Warehouses
  4. Detach A Warehouse From Merchant

Detach a warehouse from merchant

Detach a warehouse from a merchant

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
merchantIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key(%3D|\=)[a-zA-Z0-9-_%\+\. ]*$
warehouseIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[a-zA-Z0-9-_%\+\. ]*$

Responses

204
The warehouse was successfully detached from the merchant.
Success
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/merchants/{merchantIdentifier}/warehouses/{warehouseIdentifier}

Request samples

Provide Feedback