Skip to content

Close Connection

POST/web/v1/workspaces/{workspaceId}/slash/connections/{connectionBizId}/closeJWT

Permanently closes a Slash connection. This action is irreversible.

Authentication

Requires a valid JWT token with workspace:manage permission. Portal access: system, tenant.

Request Parameters

NameTypeRequiredInDescription
workspaceIdStringYespathWorkspace ID.
connectionBizIdStringYespathSlash connection business ID.

Success Response

Not Found404
{
  "code": "4040",
  "message": "Connection not found"
}

Error Responses

HTTP StatusCodeDescription
4014010Invalid or expired JWT token
4034030Insufficient permissions
4044040Connection not found

Notes

  • No request body is required.
  • Connection status transitions to CLOSED (20010205).
  • Closing a connection is permanent and cannot be undone.

Internal Documentation