POST
/
api
/
v1
/
transactions
/
cancel
curl --request POST \
  --url https://integration-api.meshconnect.com/api/v1/transactions/cancel \
  --header 'Content-Type: application/json' \
  --header 'X-Client-Id: <api-key>' \
  --header 'X-Client-Secret: <api-key>' \
  --data '{
  "id": "17EC1243-D91A-48B6-B0CE-ECFDB134F8A0",
  "isCryptocurrency": true,
  "authToken": "Secret authentication token",
  "type": "robinhood"
}'
{
  "status": "ok",
  "message": "<string>",
  "displayMessage": "<string>",
  "errorType": "<string>",
  "errorData": "<any>"
}

Authorizations

X-Client-Secret
string
header
required

Contact Mesh to get client Secret

X-Client-Id
string
header
required

Contact Mesh to get client Id

Body

application/json

Response

200
application/json
Order canceled.

The response is of type object.