Skip to content

Endpoint

  • Method: DELETE
  • Path: /settings/groups/{id}
  • Edition: PRO
  • Controller: AffiliateGroupController@destroy
  • Route source: fluent-affiliate-pro/app/Http/Routes/api.php

DELETE Delete Group

DELETE
/settings/groups/{id}

Delete an affiliate group.

Controller: AffiliateGroupController@destroy
Route source: fluent-affiliate-pro/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

Responses

Successful response

application/json
JSON
{
"message": "string",
"data": {
"id": 0,
"name": "string",
"description": "string",
"status": "string",
"affiliates_count": 0,
"visits_count": 0,
"total_earnings": "string",
"created_at": "string",
"updated_at": "string"
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation