Send Message
Send Broadcast
Channel
Contact List
Contact Note
Marketing Subscription
Custom Field
Contact Custom Field
Deal Custom Field
Appointment Custom Field
Marketing Channel
Contact Details
Deal Details
Appointment Details
Conversation
Storage
Recipient
Message Action
Event
Conversation Tag
Format
Generate Content
Provider
Provider Template Approval
Campaign
Contact List
Delete Contact List
Delete an existing contact list
Copy
curl --request DELETE \
--url https://integration.getmateo.com/api/v1/contact_list \
--header 'Authorization: Bearer <token>'
Copy
{
"id": "random uuid",
"organisation_id": "random uuid",
"name": "<string>",
"created_at": "now()",
"updated_at": "now()"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Select columns to return
Contact List ID
Organisation ID
Name of contact list
Response
200
application/json
The updated Contact List object
The response is of type object
.
Copy
curl --request DELETE \
--url https://integration.getmateo.com/api/v1/contact_list \
--header 'Authorization: Bearer <token>'
Copy
{
"id": "random uuid",
"organisation_id": "random uuid",
"name": "<string>",
"created_at": "now()",
"updated_at": "now()"
}
Assistant
Responses are generated using AI and may contain mistakes.