Skip to main content
POST
/
tasks
/
ignore
Ignore Tasks
curl --request POST \
  --url https://api.lemlist.com/api/tasks/ignore \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ids": [
    "<string>"
  ]
}'
{}
This endpoint uses the Task object.
This endpoint marks one or more tasks as ignored.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
ids
string[]
required

Array of task IDs to ignore

Response

Success

The response is of type object.