curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/posts/bulk-delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"postIds": [
"<string>"
]
}
'Delete multiple posts in a single request. Maximum of 50 posts per request.
curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/posts/bulk-delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"postIds": [
"<string>"
]
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
50Successful response
Was this page helpful?