Cancel Shipment
Last updated
Last updated
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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Please note that the Shipment has to be in CREATED
status for cancellation to work. Go to Possible Status Values to learn more.
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.
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.