How can I delete a record by id?
Currently I can destroy a ticket with:
But I would like to be able to do it by ID:
My code:
3 Replies
Currently, you have to look the record up, or provide a “fake” one like
%Resource{id: id}
. Actions like that will be coming soon.Awesome. Once more many thanks for the help.
My pleasure