Delete Custom Carrier Code

This operation deletes the custom carrier code mapping by its unique code.

SecuritybearerAuth
Request
path Parameters
code
required
string

Unique custom carrier code identifier. This value is defined when the custom carrier code is created and cannot be changed.

Responses
200

The specified custom carrier code has been deleted successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

delete/api/v1/custom-carrier-codes/{code}
Request samples
Response samples
application/json
{
  • "errors": [
    ]
}