You can only cancel the order if it's in Draft, New Order or In Production status.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST 'https://api.swiftpod.com/v1/orders//cancel'
Responses
application/json {
"status": true,
"message": "Order cancelled successfully"
}
Modified at 2025-08-04 03:30:17