Skip to main content
DELETE
/
social
/
posts
/
{postId}
Delete a post
curl --request DELETE \
  --url https://rawugc.com/api/v1/social/posts/{postId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Path Parameters

postId
string
required

Post ID

Response

Post deleted

success
boolean