跳转到主要内容
PATCH
/
plugin
/
{pluginId}
/
unpublish
cURL
curl --request PATCH \
  --url https://app.teable.ai/api/plugin/%7BpluginId%7D/unpublish \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

Documentation Index

Fetch the complete documentation index at: https://help.teable.ai/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

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

路径参数

pluginId
string
必填

响应

200

Plugin unpublished successfully.

Last modified on May 13, 2026