Previous Topic: Grid UpdateNext Topic: Check External Storage


Grid Deletion

DELETE  BFC/grids/<grid name>
DELETE  BFC/grids/<grid name>?keepexternalstorage
Arguments:

Payload is empty.

Result:

HTTP return code 202 and an empty payload on success. Returns an HTTP error code and the associated fault information on error.

Description:

Deletes the specified grid. The BFC API operation will return after the grid delete operation is successfully submitted. The actual deletion of the CA AppLogic® grid will continue asynchronously. If a grid uses external storage, the external storage is deleted by default as part of the grid delete operation. If retention of the external storage is desired, the keepExternalStorage querystring can be specified.

When a GET operation on the grid resource URI returns an HTTP 404 error code, the asynchronous delete of the CA AppLogic® grid has completed.