Delete a data flow
Applications
Delete a data flow
Permanently delete the flow. This cannot be undone.
Required scope applications:delete
delete
/applications/{id}/flows/{flowId}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the application. Must belong to the workspace the key is bound to.
flowIdstring<uuid>requiredIdentifier of the flow.
Response204
The flow was deleted.