Deletes a single record (e.g. a company or person) by ID.
Required scopes: object_configuration:read
, record_permission:read-write
.
This API uses OAuth 2.0 with the authorization code grant flow.
The UUID or slug of the object the record belongs to.
"people"
The UUID of the record to delete.
"891dcbfc-9141-415d-9b2a-2238a6cc012d"
Success