Using manage_relationship to delete a related record
I have an action that accepts the ID of a related record. It should delete that record. However, when I tried using the
type: :remove option, Ash responds with Invalid value provided for notes: changes would create a new related record. Is this the right approach? Or should I manually delete the record?