cURL
curl --request DELETE \ --url https://controller.platform.simplecloud.app/v0/servers/properties \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data '{}'
{ "deleted_keys": [ "key1", "key2" ], "message": "Properties deleted successfully", "properties": {} }
Delete specific property keys from a server
Network ID
Network Secret
Server ID
Keys to delete
The body is of type object.
object
OK
Response for deleting properties
["key1", "key2"]
"Properties deleted successfully"
Show child attributes
Was this page helpful?