Globus SDK for JavaScript
Preparing search index...
@globus/sdk
flows
flows
remove
Function remove
remove
(
flow_id
:
string
,
options
?:
{
payload
?:
undefined
;
query
?:
undefined
}
&
{
headers
?:
Headers
;
query
?:
{
[
key
:
string
]:
|
undefined
|
null
|
string
|
number
|
boolean
|
(
undefined
|
null
|
string
|
number
)
[]
;
}
;
}
,
sdkOptions
?:
SDKOptions
,
)
:
Promise
<
JSONFetchResponse
<
{
api_version
?:
"1.0"
;
created_at
?:
string
;
definition
?:
{
Comment
?:
string
;
StartAt
:
string
;
States
:
{
[
key
:
string
]:
|
{
Comment
?:
unknown
;
End
?:
unknown
;
InputPath
?:
unknown
;
Next
?:
unknown
;
Parameters
?:
unknown
;
ResultPath
?:
unknown
;
Type
?:
string
;
}
&
{
End
?:
boolean
;
Next
?:
string
}
&
{
Parameters
?:
{
[
key
:
...
]:
...
}
;
}
&
{
InputPath
?:
string
}
&
{
ResultPath
?:
string
}
|
{
ActionScope
?:
string
;
ActionUrl
:
string
;
Catch
?:
unknown
;
Comment
?:
unknown
;
End
?:
unknown
;
ExceptionOnActionFailure
:
boolean
;
InputPath
?:
unknown
;
Next
?:
unknown
;
Parameters
?:
unknown
;
ResultPath
?:
unknown
;
RunAs
?:
string
;
Type
:
string
;
WaitTime
?:
number
;
}
&
{
End
?:
boolean
;
Next
?:
string
}
&
{
Parameters
?:
{
[
key
:
...
]:
...
}
;
}
&
{
InputPath
?:
string
}
&
{
ResultPath
?:
string
}
&
{
Catch
?:
(...)
[]
;
}
|
{
Comment
?:
unknown
;
Next
?:
string
;
Seconds
?:
number
;
SecondsPath
?:
string
;
Timestamp
?:
string
;
TimestampPath
?:
string
;
Type
?:
string
;
}
|
{
Choices
:
(
{
Next
?:
...
}
&
{
And
?:
...
;
BooleanEquals
?:
...
;
BooleanEqualsPath
?:
...
;
IsBoolean
?:
...
;
IsNull
?:
...
;
IsNumeric
?:
...
;
IsPresent
?:
...
;
IsString
?:
...
;
IsTimestamp
?:
...
;
Not
?:
...
;
NumericEquals
?:
...
;
NumericEqualsPath
?:
...
;
NumericGreaterThan
?:
...
;
NumericGreaterThanEquals
?:
...
;
NumericGreaterThanEqualsPath
?:
...
;
NumericGreaterThanPath
?:
...
;
NumericLessThan
?:
...
;
NumericLessThanEquals
?:
...
;
NumericLessThanEqualsPath
?:
...
;
NumericLessThanPath
?:
...
;
Or
?:
...
;
StringEquals
?:
...
;
StringEqualsPath
?:
...
;
StringGreaterThan
?:
...
;
StringGreaterThanEquals
?:
...
;
StringGreaterThanEqualsPath
?:
...
;
StringGreaterThanPath
?:
...
;
StringLessThan
?:
...
;
StringLessThanEquals
?:
...
;
StringLessThanEqualsPath
?:
...
;
StringLessThanPath
?:
...
;
StringMatches
?:
...
;
TimestampEquals
?:
...
;
TimestampEqualsPath
?:
...
;
TimestampGreaterThan
?:
...
;
TimestampGreaterThanEquals
?:
...
;
TimestampGreaterThanEqualsPath
?:
...
;
TimestampGreaterThanPath
?:
...
;
TimestampLessThan
?:
...
;
TimestampLessThanEquals
?:
...
;
TimestampLessThanEqualsPath
?:
...
;
TimestampLessThanPath
?:
...
;
Variable
?:
...
;
}
)
[]
;
Comment
?:
string
;
Default
?:
string
;
Type
?:
string
;
}
|
{
Comment
?:
unknown
;
Next
:
string
;
Parameters
:
unknown
;
ResultPath
:
unknown
;
Type
?:
string
;
}
&
{
Parameters
?:
{
[
key
:
...
]:
...
}
}
&
{
ResultPath
?:
string
}
|
{
Cause
?:
string
;
Comment
?:
string
;
Error
?:
string
;
Type
?:
string
}
;
}
;
}
;
description
?:
string
;
flow_administrators
?:
string
[]
;
flow_owner
?:
string
;
flow_starters
?:
string
[]
;
flow_url
?:
string
;
flow_viewers
?:
string
[]
;
globus_auth_scope
?:
string
;
globus_auth_scopes_by_RunAs
?:
string
[]
;
globus_auth_username
?:
string
;
id
?:
string
;
input_schema
?:
Record
<
string
,
unknown
>
;
keywords
?:
string
[]
;
log_supported
?:
boolean
;
principal_urn
?:
string
;
subscription_id
?:
string
;
subtitle
?:
string
;
synchronous
?:
boolean
;
title
?:
string
;
types
?:
(
"Action"
|
"Event"
)
[]
;
updated_at
?:
string
;
user_role
?:
|
"flow_owner"
|
"flow_viewer"
|
"flow_starter"
|
"flow_administrator"
;
}
,
>
,
>
Parameters
flow_id
:
string
Optional
options
:
{
payload
?:
undefined
;
query
?:
undefined
}
&
{
headers
?:
Headers
;
query
?:
{
[
key
:
string
]:
|
undefined
|
null
|
string
|
number
|
boolean
|
(
undefined
|
null
|
string
|
number
)
[]
;
}
;
}
Optional
sdkOptions
:
SDKOptions
Returns
Promise
<
JSONFetchResponse
<
{
api_version
?:
"1.0"
;
created_at
?:
string
;
definition
?:
{
Comment
?:
string
;
StartAt
:
string
;
States
:
{
[
key
:
string
]:
|
{
Comment
?:
unknown
;
End
?:
unknown
;
InputPath
?:
unknown
;
Next
?:
unknown
;
Parameters
?:
unknown
;
ResultPath
?:
unknown
;
Type
?:
string
;
}
&
{
End
?:
boolean
;
Next
?:
string
}
&
{
Parameters
?:
{
[
key
:
...
]:
...
}
;
}
&
{
InputPath
?:
string
}
&
{
ResultPath
?:
string
}
|
{
ActionScope
?:
string
;
ActionUrl
:
string
;
Catch
?:
unknown
;
Comment
?:
unknown
;
End
?:
unknown
;
ExceptionOnActionFailure
:
boolean
;
InputPath
?:
unknown
;
Next
?:
unknown
;
Parameters
?:
unknown
;
ResultPath
?:
unknown
;
RunAs
?:
string
;
Type
:
string
;
WaitTime
?:
number
;
}
&
{
End
?:
boolean
;
Next
?:
string
}
&
{
Parameters
?:
{
[
key
:
...
]:
...
}
;
}
&
{
InputPath
?:
string
}
&
{
ResultPath
?:
string
}
&
{
Catch
?:
(...)
[]
;
}
|
{
Comment
?:
unknown
;
Next
?:
string
;
Seconds
?:
number
;
SecondsPath
?:
string
;
Timestamp
?:
string
;
TimestampPath
?:
string
;
Type
?:
string
;
}
|
{
Choices
:
(
{
Next
?:
...
}
&
{
And
?:
...
;
BooleanEquals
?:
...
;
BooleanEqualsPath
?:
...
;
IsBoolean
?:
...
;
IsNull
?:
...
;
IsNumeric
?:
...
;
IsPresent
?:
...
;
IsString
?:
...
;
IsTimestamp
?:
...
;
Not
?:
...
;
NumericEquals
?:
...
;
NumericEqualsPath
?:
...
;
NumericGreaterThan
?:
...
;
NumericGreaterThanEquals
?:
...
;
NumericGreaterThanEqualsPath
?:
...
;
NumericGreaterThanPath
?:
...
;
NumericLessThan
?:
...
;
NumericLessThanEquals
?:
...
;
NumericLessThanEqualsPath
?:
...
;
NumericLessThanPath
?:
...
;
Or
?:
...
;
StringEquals
?:
...
;
StringEqualsPath
?:
...
;
StringGreaterThan
?:
...
;
StringGreaterThanEquals
?:
...
;
StringGreaterThanEqualsPath
?:
...
;
StringGreaterThanPath
?:
...
;
StringLessThan
?:
...
;
StringLessThanEquals
?:
...
;
StringLessThanEqualsPath
?:
...
;
StringLessThanPath
?:
...
;
StringMatches
?:
...
;
TimestampEquals
?:
...
;
TimestampEqualsPath
?:
...
;
TimestampGreaterThan
?:
...
;
TimestampGreaterThanEquals
?:
...
;
TimestampGreaterThanEqualsPath
?:
...
;
TimestampGreaterThanPath
?:
...
;
TimestampLessThan
?:
...
;
TimestampLessThanEquals
?:
...
;
TimestampLessThanEqualsPath
?:
...
;
TimestampLessThanPath
?:
...
;
Variable
?:
...
;
}
)
[]
;
Comment
?:
string
;
Default
?:
string
;
Type
?:
string
;
}
|
{
Comment
?:
unknown
;
Next
:
string
;
Parameters
:
unknown
;
ResultPath
:
unknown
;
Type
?:
string
;
}
&
{
Parameters
?:
{
[
key
:
...
]:
...
}
}
&
{
ResultPath
?:
string
}
|
{
Cause
?:
string
;
Comment
?:
string
;
Error
?:
string
;
Type
?:
string
}
;
}
;
}
;
description
?:
string
;
flow_administrators
?:
string
[]
;
flow_owner
?:
string
;
flow_starters
?:
string
[]
;
flow_url
?:
string
;
flow_viewers
?:
string
[]
;
globus_auth_scope
?:
string
;
globus_auth_scopes_by_RunAs
?:
string
[]
;
globus_auth_username
?:
string
;
id
?:
string
;
input_schema
?:
Record
<
string
,
unknown
>
;
keywords
?:
string
[]
;
log_supported
?:
boolean
;
principal_urn
?:
string
;
subscription_id
?:
string
;
subtitle
?:
string
;
synchronous
?:
boolean
;
title
?:
string
;
types
?:
(
"Action"
|
"Event"
)
[]
;
updated_at
?:
string
;
user_role
?:
|
"flow_owner"
|
"flow_viewer"
|
"flow_starter"
|
"flow_administrator"
;
}
,
>
,
>
See
https://globusonline.github.io/globus-flows/#tag/Flows/paths/~1flows~1{flow_id}/delete
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Globus SDK for JavaScript
Loading...
See
https://globusonline.github.io/globus-flows/#tag/Flows/paths/~1flows~1{flow_id}/delete