synapse/docs/admin_api/purge_remote_media.rst
Richard van der Hoff 83333498a5 fix doc for purge_media_cache
purge_media_cache takes its arg from a query-param, not the POST body, for some
reason.
2017-01-20 12:15:50 +00:00

468 B

Purge Remote Media API

The purge remote media API allows server admins to purge old cached remote media.

The API is:

POST /_matrix/client/r0/admin/purge_media_cache?before_ts=<unix_timestamp_in_ms>&access_token=<access_token>

{}

Which will remove all cached media that was last accessed before <unix_timestamp_in_ms>.

If the user re-requests purged remote media, synapse will re-request the media from the originating server.