Skip to main content
POST
Remove subaccount workflows

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Body

application/json

Remove specific workflows from a subaccount's Slack config. companyId is injected from the token.

targetCompanyId
string
required

The subaccount company ID to remove workflows from.

workflowIds
string[]
required

Workflow IDs to remove (non-empty).

Minimum array length: 1

Response

Workflow removal result.

data
object
required