Skip to main content
POST
/
lists
/
remove_entry
Remove a record from a list
curl --request POST \
  --url https://api.supersonic.cv/lists/remove_entry \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "list_id": "<string>",
  "record_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
list_id
string
required

List UUID

record_id
string
required

Record UUID to remove from list

Response

Success

The response is of type object.