Skip to main content
DELETE
/
boosted-pages
/
delete
/
{id}
Delete Preset Boosted Page
curl --request DELETE \
  --url https://api.boosterberg.com-beta.com/v1/boosted-pages/delete/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

ID of the boosted page to delete

Response

Boosted page successfully deleted