Skip to main content
DELETE
/
v1
/
generated-posts
/
{post_id}
Delete generated post
curl --request DELETE \
  --url https://reelmirror.com/api/v1/generated-posts/{post_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

API key (rm_xxx) or JWT token

Path Parameters

post_id
string
required

Response

200 - application/json

Post deleted

status
string
id
string