Delete Website

Delete all pages from a specific website by base URL.

Authentication

AuthorizationBearer

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

Path Parameters

domainstringRequired

Request

This endpoint expects an object.
base_urlstringRequired

The base URL of the website to delete (deletes all pages from this source)

Response

Successful Response
successboolean
Whether the website was successfully deleted
pages_deletedinteger
Number of pages deleted

Errors