Appearance
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
Requiredstring
Format
"uuid"paymentUuid*
Uuid of the payment to delete.
Type
Requiredstring
Format
"uuid"Responses
Payment deleted
application/json
JSON "data": null, "status": 200
{
}