Enables the deletion of Lists from a Convoso Account.
Endpoint:
POST https://api.convoso.com/v1/list/delete
đź”’ Authentication
- Parameter Name: auth_token
- Type: Query Parameter
- Required: Yes
🔎 Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| auth_token | string | Yes | API key for authentication. |
| list_id | string | Yes | List Identifiers for the lists that should be deleted. |
Example Request
POST https://api.convoso.com/v1/lists/delete?auth_token=your_auth_token&list_id=9999
Response Format (JSON)
{
"success": true,
}Response Field Definitions
Top-Level Data Object
| Field | Type | Description |
|---|---|---|
| success | boolean | Identifies if the deletion was executed successfully |