The delete method permanently removes a record by its unique ID from the
specified object. This operation cannot be undone.If the record doesn’t exist, the API will return a 404 error. If the record is
referenced by other records, those other records will not be deleted, but their
reference to this record will be set to null.