Delete Website

以 Markdown 格式查看
Delete all pages from a specific website by base URL.

身份验证

AuthorizationBearer

Bearer 身份验证,格式为 Bearer <token>,其中 token 是您的身份验证令牌。

路径参数

domainstring必需

请求

This endpoint expects an object.
base_urlstring必需

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

响应

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

错误

422
Unprocessable Entity Error