kustomer-client
Preparing search index...
KustomerTypes
BulkDeleteKObjectsData
Type Alias BulkDeleteKObjectsData
type
BulkDeleteKObjectsData
=
{
body
?:
never
;
path
:
{
name
:
string
}
;
query
:
{
ids
:
string
}
;
url
:
"/klasses/{name}/bulk"
;
}
Index
Properties
body?
path
query
url
Properties
Optional
body
body
?:
never
path
path
:
{
name
:
string
}
Type declaration
name
:
string
Klass name of KObjects (custom objects).
query
query
:
{
ids
:
string
}
Type declaration
ids
:
string
Comma-separated list of unique KObject IDs.
url
url
:
"/klasses/{name}/bulk"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
kustomer-client
Loading...
Klass name of KObjects (custom objects).