Skip to main content
DELETE
/
v1
/
records
/
{object}
/
{recordId}
Delete a record
curl --request DELETE \
  --url https://api.connect-crm.com/v1/records/{object}/{recordId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

object
string
required

A UUID or slug to identify the object.

recordId
string
required

A UUID or slug to identify the record.

Response

Success

data
object
required

An empty object returned on successful deletion.