DELETE: Delete an instance

This topic provides instructions for using the DELETE operation to delete an instance, or a specific entity.

Overview

To delete an instance, send an HTTP DELETE request on the instance resource or filtered collection. On success, only status code 200 (OK) is returned.

Caution: It is possible to delete all instances in a collection. Make sure you specify the instance ID or filter the collection.

Back to top

Examples

Back to top

See also: