None.
JSON
Responses are single-member objects which have a property name based on the type of result.
The Success result will look like:
{ 'Success' : string }
where the string value is the GUID for the network that was deleted. This will be the same as the NetworkId that was submitted as part of the request.
The Error result will be a flat array of objects, which have keys for the message name and explanatory text.
{
'Error' : [
{ 'Name' : string, 'Message' : string },
{ 'Name' : string, 'Message' : string },
...
]
}
Command Line Example
curl --request DELETE --header "Accept: application/vnd.compendium.blog;version=2,application/json" --user someuser:mgc3crqk45ufzkfb https://api.test.compendiumblog.com/app/network/some_network_identifier