Skip to main content
DELETE
/
boosted-pages
/
delete-source
/
{id}
Delete Boosted Pages by Source ID
curl --request DELETE \
  --url https://api.boosterberg.com-beta.com/v1/boosted-pages/delete-source/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Source ID used to identify boosted pages to delete

Response

Boosted pages successfully deleted

success
boolean
Example:

true