Enables the deletion of Leads from a Convoso account.
Endpoint:
POST https://api.convoso.com/v1/lead/delete
🔒 Authentication
- Parameter Name: auth_token
- Type: Query Parameter
- Required: Yes
🔎 Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| auth_token | string | ✅ Yes | Authorization Token |
| lead_id | string | ✅ Yes | Lead identifier for the lead to be deleted. |
Example Request
POST https://api.convoso.com/v1/leads/delete?auth_token=YOUR_AUTH_TOKEN&lead_id=1
Response Format (JSON)
{
"success": true
}
Response Field Definitions
Response Data Object
| Field | Type | Description |
|---|---|---|
| success | boolean | Identifies if the API was executed successfully |