Delete Properties
Clears the provided system properties
Request
URI
DELETE
https://{api_host}/vco/api/server-configuration/system-properties
COPY
Request Body
WsDeletePropertiesRequest
of type(s)
application/json
Required
Show optional properties
{
"properties": [
{}
]
}
{
"properties": [
"string"
]
}
array of
string
properties
Required
properties
Responses
200
The properties have been retrieved
Operation doesn't return any data structure
400
The model is invalid
Operation doesn't return any data structure
401
The user is not authenticated
Operation doesn't return any data structure
403
The user is not authorized
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"properties":["string"]}' https://{api_host}/vco/api/server-configuration/system-properties
System Properties Service Operations
GET
Get Properties
POST
Update Properties
DELETE
Delete Properties
GET
Get Advanced Properties