curl --request DELETE \
--url https://{api_endpoint}/api/v1/lite/provision \
--header 'Content-Type: application/json' \
--data '
{
"serviceInstanceDisplayName": "<string>",
"serviceInstanceNamespace": "<string>",
"zenServiceInstanceInfo": {
"zenCloudPakInstanceId": "<string>",
"zenControlPlaneNamespace": "<string>",
"zenImageRegistryPrefix": "<string>",
"zenServiceInstanceId": "<string>",
"zenServiceInstanceSecret": "<string>",
"zenServiceInstanceType": "<string>",
"zenServiceInstanceUID": "<string>",
"zenServiceInstanceUserName": "<string>",
"zenServiceInstanceVersion": "<string>"
},
"metadata": {},
"parameters": {},
"serviceInstanceDescription": ""
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request DELETE \
--url https://{api_endpoint}/api/v1/lite/provision \
--header 'Content-Type: application/json' \
--data '
{
"serviceInstanceDisplayName": "<string>",
"serviceInstanceNamespace": "<string>",
"zenServiceInstanceInfo": {
"zenCloudPakInstanceId": "<string>",
"zenControlPlaneNamespace": "<string>",
"zenImageRegistryPrefix": "<string>",
"zenServiceInstanceId": "<string>",
"zenServiceInstanceSecret": "<string>",
"zenServiceInstanceType": "<string>",
"zenServiceInstanceUID": "<string>",
"zenServiceInstanceUserName": "<string>",
"zenServiceInstanceVersion": "<string>"
},
"metadata": {},
"parameters": {},
"serviceInstanceDescription": ""
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Show child attributes
Successful Response