docs
  1. Admin Api
  2. Resources
  3. Carriers
  4. Detach Carrier From A Merchant

Detach carrier from a merchant

Rate Limit: 300 Max attempts within 1 minute(s).

Detach a carrier 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-_%\+\. ]*$
carrierIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[a-zA-Z0-9-_%\+\. ]*$
countryCode
  • required
string
Example:
DE

Responses

204
The carrier was successfully detached from the merchant.
Success
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/merchants/{merchantIdentifier}/carriers/{carrierIdentifier}/countries/{countryCode}

Request samples

Provide Feedback