5.3.2 Delete Shipments (RESTful)

Delete Shipment

Step 1: Sample source code to refresh token (AccessToken)
Method: POST
Sandbox/Testing URL: https://sandbox-apiv2.unixus.com.my/Token/Refresh
Production/Live URL: https://apiv2.unixus.com.my/Token/Refresh

Headers:
- Content-Type: application/json
{ "RefreshToken" : "88888888" }
Step 2: Sample source code for delete shipment.
Method: POST
Sandbox/Testing URL: https://sandbox-apiv2.unixus.com.my/shipment/v2/Delete
Production/Live URL: https://apiv2.unixus.com.my/shipment/v2/Delete

Headers:
- Content-Type: application/json
- Authorization: Bearer $REPLACE_WITH_ACCESSTOKEN_FROM_STEP_1
{ "HawbNo": [ "458040010409752" ] }

Copyright © 2019 Unixus Solutions Sdn. Bhd. All rights reserved.