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>"
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint uses the Task object.

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.