Vorheriges Thema: Update the Scale for a Weight Set

Nächstes Thema: XML Data Input

Delete a Weight Set

This web service deletes a weight set.

HTTP Type

PUT

Restriction

Limited. Open to all public users with the following limitation:

This web service only deletes a weight set created by the requesting user.

URI

{type}/SMI/{version}/weightset/{weightSetUUID}

Parameter

Description

{weightSetUUID}

UUID of the weight set to delete.

&key

The API Key that is provided when your application has been registered.

&secret

The Shared Secret that is provided when your application has been registered.

Example:

https://smi.cloudcommons.com:8443/Insight_API/json/SMI/0.5/weightset/042c0fcd-e30d-43b5-9a0b-1d313aae12d3/delete?key=95bf5da46010b6ddaa8baca04fd94e73&secret=7ec5680d8ac7f03c919dad7770381358

Sample output of successful execution:

{
"result":
	{
	"returnCode": "0",
	"errorMessage": "Operation Successful.",
	"resultCount": 0,
	}
}