FlowMate API Documentation
Templates
Copy Page
FlowMate API Documentation
Authentication
Login
POST
Flows
Retrieve all flows
GET
Find Flow by ID
GET
Deletes a flow
DELETE
Update an existing flow
PATCH
Bulk update a number of existing flows
PATCH
Start a flow
POST
Stop a flow
POST
Start multiple flows
POST
Stop multiple flows
POST
User
get all users
GET
Create user
POST
get a user by id
GET
get current user
GET
Templates
Retrieve all flow templates
GET
Add a new template to the repository
POST
Find Flow Template by ID
GET
Deletes a flow template
DELETE
Update an existing flow template
PATCH
Generate a flow from the flow template
POST
Reporting & Monitoring
Get Executions
GET
Get Logs
GET
Webhooks
Incoming Webhook
POST
Schemas
Schemas
MutableFlow
Status
MutableFlowTemplate
Flow
GlobalRole
FlowTemplate
FlowGraph
Permissions
Meta
MembershipRole
Owner
Token
ArrayOfIds
TokenCreate
Login data
Register data
Tenant Schema
Tenant Schema
Role
MutableRole
User body
Access token object
users' membership in a tenant context
User tenant membership
User information
ArrayOfTenants
resetPassword
ArrayOfUsers
ArrayOfUserTenantContext
RequestBodies
ArrayOfIds
addTenantToFlow
Templates
Copy Page
Deletes a flow template
DELETE
https://api.platform.openintegrationhub.com/templates/{id}
Try it
Run in Apidog
Run in Apidog
Entirely deletes a Flow Template from the repository. This cannot be reverted. Requires the 'flowTemplates.write' permission.
Request
Path Params
Generate Code
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'https://api.platform.openintegrationhub.com/templates/'
Responses
🟢
200
OK
application/json
Flow Template was successfully deleted
Body
Generate Code
Example
{
}
ðŸŸ
400
Bad Request
ðŸŸ
404
Record Not Found
ðŸŸ
409
409
Modified atÂ
2025-01-16 10:20:39
Previous
Find Flow Template by ID
Next
Update an existing flow template