SpendBundle
    SpendBundle
    • /spends
      GET
    • /spends/:id
      DELETE
    • /fees
      POST
    • /singleton
      POST
    • /payment/pay-per-spend
      GET
    • /payment/token
      GET
    • /limits
      GET

      /spends/:id

      DELETE
      /spends/{id}

      Request

      Path Params
      id
      string 
      required
      Header Params
      x-api-key
      string 
      required
      API key for authentication

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request DELETE '/spends/' \
      --header 'x-api-key;'

      Responses

      🟢200OK
      Spend cancelled.
      This response does not have a body.
      🟠400Bad Request
      🟠403Forbidden
      🟠404Record Not Found
      Modified at 2025-03-26 11:47:19
      Previous
      /spends
      Next
      /fees
      Built with