@camunda8/orchestration-cluster-api
Preparing search index...
index
DeleteDocumentData
Type Alias DeleteDocumentData
type
DeleteDocumentData
=
{
body
?:
never
;
path
:
{
documentId
:
DocumentId
}
;
query
?:
{
storeId
?:
string
}
;
url
:
"/documents/{documentId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
documentId
:
DocumentId
}
Type Declaration
documentId
:
DocumentId
The ID of the document to delete.
Optional
query
query
?:
{
storeId
?:
string
}
Type Declaration
Optional
storeId
?:
string
The ID of the document store to delete the document from.
url
url
:
"/documents/{documentId}"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@camunda8/orchestration-cluster-api
Loading...
The ID of the document to delete.