- Permissions
- Pages
- Tables
- Columns
- Rows
- Formulas
- Controls
- CustomDocDomains
- Miscellaneous
- Automations
- Analytics
- Workspaces
- Packs
- List Packs
- Create Pack
- Gets the JSON Schema for Pack configuration.
- List the versions for a Pack.
- Get the next valid version for a Pack.
- Get the difference between two pack versions.
- Register Pack version
- Pack version upload complete
- Create a new Pack release.
- List the releases for a Pack.
- Update an existing Pack release.
- Set the OAuth configurations of the Pack.
- Retrieve the OAuth configuration of the Pack.
- List permissions for a Pack
- Add a permission for Pack
- Delete a permission for Pack
- List makers for Pack
- Add a maker for Pack
- Delete a maker for Pack
- List categories for Pack
- Add a category for Pack
- Delete a category for Pack
- Upload a Pack asset.
- Upload Pack source code.
- Pack asset upload complete
- Pack source code upload complete
- get the source code for a Pack version.
- List the Pack listings accessible to a user.
- Get detailed listing information for a Pack.
- List featured docs for a Pack
- Update featured docs for a Pack
- Get a single Pack
- Update Pack
- Delete Pack
- Set the system connection credentials of the Pack.
- Patch the system connection credentials of the Pack.
- Retrieve the system connection metadata of the Pack.
- Retrieve the logs of a Pack.
- Retrieve the grouped logs of a Pack.
- Publishing
- Docs
- Account
Delete doc
开发环境
开发环境
DELETE
/docs/{docId}
Docs
请求示例请求示例
Python
Shell
JavaScript
Java
curl --location --request DELETE 'http://dev-cn.your-api-server.com/docs/AbCDeFGH'
响应示例响应示例
202 - 示例 1
{}
请求参数
Path 参数
docId
string
必需
示例值:
AbCDeFGH
返回响应
🟢202A result indicating that the doc was deleted.
application/json
Body
object {0}
🟠401401
🟠403403
🟠404404
🟠429429
修改于 2024-03-20 08:13:15