Campaigns
Remove a tag from a campaign
Guide: [Subscribers & fans](/docs/subscribers)
Guide: Subscribers & fans
Authorization
apiKey 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}