Skip to main content
DELETE
/
v2
/
objects
/
companies
/
records
/
{record_id}
Delete a company record
curl --request DELETE \
  --url https://api.attio.com/v2/objects/companies/records/{record_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.attio.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

record_id
string
required

The UUID of the company record to delete.

Example:

"99a03ff3-0435-47da-95cc-76b2caeb4dab"

Response

Success

Success