How to delete a single slot?

Is it possible to delete a single slot or do I need to write a custom action for it?

If by delete you mean reset it, I think you can either use slot{"slot_name": null} (or was is None instead of null? Feel free to test this if it doesn’t work.) or return a SlotSet('slot_name', None) in your custom action.