cURL
curl --request DELETE \ --url https://api.bundle.social/api/v1/misc/google-business/post \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "teamId": "<string>", "postId": "<string>" } '
{ "success": true }
Permanently delete a published Google Business post.
Body
The ID of the post in Bundle Social
200
Was this page helpful?