Skip to main content
DELETE
/
api
/
v2
/
crm
/
lists
/
{list_id}
/
creators
/
{user_id}
Remove creator from CRM list
curl --request DELETE \
  --url https://api.topyappers.com/api/v2/crm/lists/{list_id}/creators/{user_id} \
  --header 'x-ty-api-key: <api-key>'
{
  "message": "OK",
  "response": {
    "list_id": "<string>",
    "user_id": "<string>",
    "removed": true
  }
}

Authorizations

x-ty-api-key
string
header
required

Path Parameters

list_id
string
required

CRM list ID.

user_id
string
required

Creator user ID, for example instagram_57971538386.

Response

Creator removed

message
string
Example:

"OK"

response
object