Delete transaction
This endpoint is used to delete a specific escrow transaction.
Delete transaction
DELETE
v2/escrow/transaction/delete/:transaction_id/:user_id
Params
Name
Type
Descriptions
transaction_id
String
The ID of the transaction to be deleted
user_id
String
The ID of the user
Headers
Name
Type
Description
Accept*
string
application/json
V-PRIVATE-KEY*
string
your vesicash private key
V-PUBLIC-KEY*
String
your vesicash public key
Request body
The request body should be empty as no specific data is required for this endpoint.
Response
The response is in JSON format and follows the schema
Last updated