curl --request POST \
--url https://api.gospott.com/lists/{id}/clients/_unlink \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"selection": {
"type": "included",
"ids": {
"include": [
"<string>"
]
}
}
}
'{
"error": {
"type": "LIST_SIZE_LIMIT_EXCEEDED",
"message": "<string>",
"listId": "<string>"
}
}Unlink a set of clients from a specific client list.
curl --request POST \
--url https://api.gospott.com/lists/{id}/clients/_unlink \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"selection": {
"type": "included",
"ids": {
"include": [
"<string>"
]
}
}
}
'{
"error": {
"type": "LIST_SIZE_LIMIT_EXCEEDED",
"message": "<string>",
"listId": "<string>"
}
}API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Client list ID
Selection of clients to unlink
Show child attributes
Clients unlinked from list successfully