kustomer-client
Preparing search index...
KustomerTypes
DeleteKObjectData
Type Alias DeleteKObjectData
type
DeleteKObjectData
=
{
body
?:
never
;
path
:
{
id
:
string
;
name
:
string
}
;
query
?:
never
;
url
:
"/klasses/{name}/{id}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
id
:
string
;
name
:
string
}
Type declaration
id
:
string
Unique ID of the KObject.
name
:
string
Klass name of the KObject.
Optional
query
query
?:
never
url
url
:
"/klasses/{name}/{id}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
kustomer-client
Loading...
Unique ID of the KObject.