The Only API docs
Fans

Remove a tag from a fan

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

DELETE
/fans/{fan_of_user_id}/tags/{tag}

Guide: Subscribers & fans

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

fan_of_user_id*string

Fan's platform user ID — the same value returned as of_user_id on a row from GET /fans, not an internal database id.

tag*string

Response Body

application/json

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