cURL
curl --request DELETE \ --url https://rawugc.com/api/v1/social/posts/{postId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a scheduled or draft post.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Post ID
Post deleted
Was this page helpful?