DELETE
/v1/deposits/{depositId}
curl \
--request DELETE 'https://api.lwolf.com/backoffice/v1/deposits/{depositId}'
Response examples (200)
{
"id": "string",
"date": "string",
"held": true,
"amount": 0,
"direct": true,
"heldBy": "string",
"interest": true,
"received": true,
"reference": "string",
"createdTimestamp": "string",
"modifiedTimestamp": "string"
}
Response examples (400)
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}
Response examples (401)
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}
Response examples (403)
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}
Response examples (404)
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}