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