cURL
curl --request DELETE \ --url https://public.reap.video/api/v1/automation/delete-post \ --header 'Authorization: Bearer <token>'
{ "postId": "<string>", "deleted": true }
Delete a publisher post
true
curl -X DELETE "https://public.reap.video/api/v1/automation/delete-post?postId=67b1c2d3e4f5a6b7c8d9e0f1" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the post
Successful response
Was this page helpful?