cURL
curl --request DELETE \ --url https://api.woopsocial.com/v1/social-account-posts/{socialAccountPostId} \ --header 'Authorization: Bearer <token>'
{ "code": "SOCIAL_ACCOUNT_POST_NOT_FOUND", "message": "<string>" }
Deletes one social account post by ID.
Documentation IndexFetch the complete documentation index at: https://docs.woopsocial.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.woopsocial.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Social account post identifier.
Social account post deleted.
Was this page helpful?