Delete transaction

This endpoint is used to delete a specific escrow transaction.

Delete transaction

DELETE v2/escrow/transaction/delete/:transaction_id/:user_id

Params

Headers

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

```json
{
    "status": "success",
    "code": 200,
    "message": "success",
    "data": null
}
```

Last updated