cURL
curl --request DELETE \ --url https://api.sendkit.dev/lists/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Invalid API key." }
Delete a contact list by ID. Contacts in the list are not deleted.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The list ID.
List deleted successfully