Skip to content

Endpoint

  • Method: DELETE
  • Path: /payouts/{id}/transactions/{transaction_id}
  • Edition: Core
  • Controller: PayoutController@deleteTransaction
  • Route source: app/Http/Routes/api.php

DELETE Delete Payout Transaction

DELETE
/payouts/{id}/transactions/{transaction_id}

Delete a payout transaction.

Controller: PayoutController@deleteTransaction
Route source: app/Http/Routes/api.php

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

The id.

Type
integer
Required
transaction_id*

The transaction id.

Type
integer
Required

Responses

Successful response

application/json
JSON
{
"payout": {
"id": 0,
"status": "string",
"amount": "string",
"currency": "string",
"referrals_count": 0,
"transactions_count": 0,
"affiliates_count": 0,
"created_at": "string",
"updated_at": "string"
},
"message": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation