Skip to main content
DELETE
/
pipeline-entries
/
{id}
Remove from pipeline
curl --request DELETE \
  --url https://app.leonar.app/api/v1/pipeline-entries/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "invalid_api_key",
    "message": "Invalid API key"
  }
}

Authorizations

Authorization
string
header
required

API key starting with leo_

Path Parameters

id
string<uuid>
required

Pipeline entry ID

Response

Entry removed