Skip to main content
POST
/
v1
/
deposits
/
{id}
/
cancel
Cancel manual deposit
curl --request POST \
  --url https://api.example.com/v1/deposits/{id}/cancel \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.zuba.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Path Parameters

id
string
required

Unique deposit identifier (UUID format)

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Deposit cancelled successfully