Cancel Shipment
Shipment
DELETE
https://api.synapsefi.com/v3.1/users/:user_id/nodes/:node_id/subnets/:subnet_id/ship/:ship_id
This endpoint allows you to cancel a specific shipment.
Path Parameters
Name
Type
Description
ship_id
string
ID of the shipment.
subnet_id
string
ID of the subnet.
node_id
string
ID of the node.
user_id
string
ID of the user.
Headers
Name
Type
Description
X-SP-USER
string
User's OAuth key and device fingerprint, separated by a pipe.
X-SP-USER-IP
string
IP address of your device.
X-SP-GATEWAY
string
Your Client ID and Secret, separated by a pipe.
Example Request
Please note that the Shipment has to be in CREATED
status for cancellation to work. Go to Possible Status Values to learn more.
Last updated