Skills/Key-Value Store/Delete a value

Delete a value

Free

Removes the value stored under a named key. Has no effect if the key does not exist or has already expired.

Cost

Free

What it accepts

Set these inside the intent when you run it.

keyrequired

The key to delete.

What you get back

Confirmation that the key was deleted.

Run it

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

  • Delete the stored value for "task_status"
  • Remove the key "session_token"
  • Clear my cached result