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.
Free
Set these inside the intent when you run it.
The ID of the shared file to revoke, returned when it was shared.
Confirmation that the file link has been revoked and is no longer accessible.
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