Skills/Pastebin/Delete a paste

Delete a paste

Free

Permanently delete a paste you created, removing it from the shareable link immediately. Provide the paste ID returned when the paste was created.

Cost

Free

What it accepts

Set these inside the intent when you run it.

idrequired

The ID of the paste to delete, returned when it was created.

What you get back

Confirmation that the paste was deleted.

Run it

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

  • Delete the paste I just created.
  • Remove paste abc123.
  • Take down that snippet I shared earlier.