DELETE
/
send
/
send_instructions
/
{id}
curl --request DELETE \
  --url https://staging-api.chip-in.asia/api/send/send_instructions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'checksum: <checksum>' \
  --header 'epoch: <epoch>'
{
  "id": 50,
  "bank_account_id": 1,
  "amount": "100.00",
  "state": "deleted",
  "email": "email@gmail.com",
  "description": "test",
  "reference": "f",
  "created_at": "2023-07-20T10:41:25.190Z",
  "updated_at": "2023-07-20T10:43:06.047Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

epoch
integer
required

Unix epoch timestamp

Example:

1619740800

checksum
string
required

Refer to checksum calculation

Path Parameters

id
integer
required
Example:

8

Response

200
application/json

Successful response

This is send instructions schema