Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.boosterberg.com-beta.com/v1/boosted-pages/delete-source/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes all boosted pages associated with a given source ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Source ID used to identify boosted pages to delete
Boosted pages successfully deleted
true