Skip to main content
POST
/
actions
/
removeTags
Create Action
curl --request POST \
  --url https://crm.universal.rollout.com/api/actions/removeTags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Rollout-Credential-Id: <api-key>' \
  --data '
{
  "personIds": [
    "<string>"
  ],
  "tags": [
    "<string>"
  ]
}
'
{
  "jobId": "<string>"
}

Authorizations

Authorization
string
header
required

Authorization JWT

X-Rollout-Credential-Id
string
header
required

The Rollout Credential ID to use for queries/mutations

Body

application/json
personIds
string[]
required
tags
string[]
required

Response

OK

jobId
string
required