Skip to main content
DELETE
/
api
/
v2
/
affiliate
/
campaigns
/
{id}
Delete affiliate campaign
curl --request DELETE \
  --url 'https://{domain}/api/v2/affiliate/campaigns/{id}?api-key='
{
  "message": "<string>",
  "success": true,
  "info": "<array>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Path Parameters

id
integer
required

Campaign ID.

Response

Campaign deleted.

message
string
success
boolean
info
array