Skip to main content
DELETE
/
CampaignItem
/
{campaignId}
/
{itemId}
Delete an item from a campaign
curl --request DELETE \
  --url https://api.starleads.co/CampaignItem/{campaignId}/{itemId} \
  --header 'X-Api-Key: <api-key>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.starleads.co/llms.txt

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

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header. You can get yours in your profile when authenticated in Starleads

Path Parameters

campaignId
string
required

ID of the campaign.

itemId
string
required

ID of the item.

Response

Success