Skip to main content
Delete Contact List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

select
string

Select columns to return

id
string

Contact List ID

organisation_id
string

Organisation ID

name
string

Name of contact list

created_at
string
updated_at
string

Response

The updated Contact List object

id
string<uuid>
default:random uuid

Contact List ID

organisation_id
string<uuid> | null

Organisation ID

name
string<text>

Name of contact list

created_at
string<timestamp with time zone>
default:now()
updated_at
string<timestamp with time zone>
default:now()