Skip to main content
DELETE
/
social-account-posts
/
{socialAccountPostId}
Delete social account post
curl --request DELETE \
  --url https://api.woopsocial.com/v1/social-account-posts/{socialAccountPostId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

socialAccountPostId
string
required

Social account post identifier.

Response

Social account post deleted.