This documentation is for the v6 (stable) version of the API.
Invocation URL: /v6/fastlabel/removemanifest

Descripton:

Removes a manifest and all the consignments in it. Note: You can only do this on open manifests, and only unprinted consignments will be removed. The labels will be returned to your stock.

Parameters:

ManifestID - The ID (from List Manifests) of the manifest to remove.

Returns:

A data structure like:

{
    'result': {
        'ManifestID': '1',
        'Success': true
    }
}

Example:

https://au.api.fastway.org/v6/fastlabel/removemanifest?ManifestID=1&api_key=YOUR_API_KEY

Back to FastLabel