Deleting a Container Using REST

[This document supports a preliminary release of a software product that may be changed substantially prior to final commercial release. This document is provided for informational purposes only.]

To delete a resource by using the REST interface, you must provide the full URI of the resource to delete. To delete the resource, you send an HTTP request to the service by using the DELETE method on that request. After completing the operation, the service returns a response with an HTTP status that indicates whether the operation succeeded or failed.

The following topics provide working examples in various programming languages:

Deleting a Container Using REST (C#)

Deleting a Container Using REST (Java)

Deleting a Container Using REST (Ruby)

Deleting a Container Using REST (VB)

See Also

Concepts

Examples of Using SOAP and REST Interfaces with the SQL Data Services
Deleting a Container Using SOAP
SDS Data Model Overview (Authorities, Containers, Entities and Flexible Entities)