cURL
curl --request DELETE \ --url https://api.openmic.ai/h/v2/contact-lists/{contact_list_id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "details": "<string>" }
API key obtained from the OpenMic dashboard.
Contact list deleted.
Was this page helpful?