The Only API docs
Campaigns

Remove a tag from a campaign

Guide: [Subscribers & fans](/docs/subscribers)

DELETE
/accounts/{of_user_id}/campaigns/{campaign_id}/tags/{tag}

Guide: Subscribers & fans

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

of_user_id*string

Creator account ID of the connected account (OnlyFans or Fansly). Use GET /accounts to list connected accounts and their IDs.

campaign_id*string

Tracking-link campaign ID.

tag*string

Response Body

application/json

curl -X DELETE "https://example.com/accounts/string/campaigns/string/tags/string"
{  "success": true}