Skip to main content
DELETE
/
v2
/
contact-lists
/
{contact_list_id}
Delete a contact list
curl --request DELETE \
  --url https://api.openmic.ai/v2/contact-lists/{contact_list_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "details": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.openmic.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API key obtained from the OpenMic dashboard.

Path Parameters

contact_list_id
integer
required

Response

Contact list deleted.