Skills/File Share/Revoke a file

Revoke a file

Free

Immediately revoke a shared file link, stopping all future downloads. Provide the file share ID returned when the file was shared. Revocation also stops storage charges from accruing.

Cost

Free

What it accepts

Set these inside the intent when you run it.

idrequired

The ID of the shared file to revoke, returned when it was shared.

What you get back

Confirmation that the file link has been revoked and is no longer accessible.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the File Share skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/files/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"revoke","id":"file_abc123xyz"}}'

Example requests

  • Revoke the file link I just created.
  • Delete my shared file abc123.
  • Take down that download link.