DELETE
/
v2
/
objects
/
{object}
/
records
/
{record_id}
curl --request DELETE \
  --url https://api.attio.com/v2/objects/{object}/records/{record_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

object
string
required

The UUID or slug of the object the record belongs to.

Example:

"people"

record_id
string
required

The UUID of the record to delete.

Example:

"891dcbfc-9141-415d-9b2a-2238a6cc012d"

Response

200
application/json

Success