Skip to content

payments


Delete payment

DELETE
/accounts/{accountUuid}/finances/v2/payments/{paymentUuid}

Delete the given payment

Authorizations

ApiToken

Bearer token authentication. Create tokens in Settings > API Token.

Type
HTTP (bearer)

Parameters

Path Parameters

accountUuid*
Type
string
Required
Format
"uuid"
paymentUuid*

Uuid of the payment to delete.

Type
string
Required
Format
"uuid"

Responses

Payment deleted

application/json
JSON
{
  
"data": null,
  
"status": 200
}

Playground

Authorization
Variables
Key
Value

Samples