Records
Delete Record
Delete a single record from your campaign
DELETE
Documentation Index
Fetch the complete documentation index at: https://lupitor-docs.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint Alias: This endpoint is an alias for
/api/v1/leads. Both endpoints are functionally identical - use whichever naming convention fits your integration.Record Lookup
Records are identified byexternalId or phoneNumber, not internal IDs.
At least one of
phoneNumber or externalId is required. If both are provided, externalId takes priority for the lookup.Authentication
Your API key with
write scopeQuery Parameters
The ID of the campaign the record belongs to
Phone number in E.164 format.Required if
externalId is not provided.Your CRM’s internal ID for this record.Required if
phoneNumber is not provided.Response
Whether the request was successful
Error message if request failed
Examples
Notes
For full documentation, see Delete Lead.