跳转到主要内容
POST
/
admin
/
observability
/
workflow
/
{workflowId}
/
deactivate
shell
curl --request POST \
  --url https://app.teable.cn/api/admin/observability/workflow/%7BworkflowId%7D/deactivate \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

Authorizations

Authorization
string
header
required

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

Path Parameters

workflowId
string
required

Response

200

Workflow observability deactivated successfully