cURL
curl --request DELETE \ --url https://reelmirror.com/api/v1/generated-posts/{post_id} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "id": "<string>" }
Soft-delete a generated post and all its media items. The source post can then be re-cloned. R2 files are cleaned up asynchronously.
API key (rm_xxx) or JWT token
Post deleted