Permanently delete a paste you created, removing it from the shareable link immediately. Provide the paste ID returned when the paste was created.
Free
Set these inside the intent when you run it.
The ID of the paste to delete, returned when it was created.
Confirmation that the paste was deleted.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Pastebin skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/paste/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"delete","id":"paste_abc123xyz"}}'Example requests