Delete Ship Via Code

This operation deletes the ship via code mapping by its unique code.

SecuritybearerAuth
Request
path Parameters
code
required
string

Unique ship via code identifier. This value is defined when the ship via code is created and cannot be changed.

Responses
200

The specified ship via 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/shipviacode/{code}
Request samples
Response samples
application/json
{
  • "errors": [
    ]
}