Removes the value stored under a named key. Has no effect if the key does not exist or has already expired.
Free
Set these inside the intent when you run it.
The key to delete.
Confirmation that the key was deleted.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Key-Value Store skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/kv/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"delete","key":"task_status"}}'Example requests