Deletes a single record (e.g. a company or person) by ID.
Required scopes: object_configuration:read, record_permission:read-write.
643 matches
49 actions
Attio
49 actions
CRM/Attio
Deletes a single record (e.g. a company or person) by ID.
Required scopes: object_configuration:read, record_permission:read-write.
{
"type": "object",
"properties": {
"object": {
"type": "string",
"description": "The UUID or slug of the object the record belongs to."
},
"record_id": {
"type": "string",
"format": "uuid",
"description": "The UUID of the record to delete."
}
},
"required": [
"object",
"record_id"
],
"additionalProperties": false
}{
"type": "object",
"description": "Success",
"properties": {}
}