Skip to main content
DELETE
/
lists
/
{id}
/
people
Delete List
curl --request DELETE \
  --url https://crm.universal.rollout.com/api/lists/{id}/people \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Rollout-Credential-Id: <api-key>' \
  --data '
{
  "personIds": [
    "<string>"
  ]
}
'
"<array>"

Authorizations

Authorization
string
header
required

Authorization JWT

X-Rollout-Credential-Id
string
header
required

The Rollout Credential ID to use for queries/mutations

Path Parameters

id
string
required

Body

application/json
personIds
string[]
required

Response

OK