删除工作流
删除工作流
OpenAPI
openapi: 3.1.0
info:
title: Activepieces Documentation
version: 0.0.0
servers:
- url: https://cloud.activepieces.com/api
description: Production Server
security: []
externalDocs:
url: https://www.activepieces.com/docs
description: Find more info here
paths:
/v1/flows/{id}:
delete:
tags:
- flows
description: Delete a flow
parameters:
- schema:
type: string
pattern: ^[0-9a-zA-Z]{21}$
in: path
name: id
required: true
responses:
'204':
description: Default Response
content:
application/json:
schema:
not: {}
security:
- apiKey: []
components:
securitySchemes:
apiKey:
type: http
description: Use your api key generated from the admin console
scheme: bearer