curl --request DELETE \
--url https://api.app.hrizn.io/v1/public/gbp/posts/{id} \
--header 'X-API-Key: <api-key>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"deleted": true
}
}Deletes a GBP post. If the post is live on Google, it is unpublished first. If the post is scheduled, the EventBridge schedule is removed.
Scope required: gbp:write
curl --request DELETE \
--url https://api.app.hrizn.io/v1/public/gbp/posts/{id} \
--header 'X-API-Key: <api-key>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"deleted": true
}
}