Clearing a Namespace

Issuing an HTTP delete request against a namespace URL will cause all objects to be removed from that namespace.

Request

DELETE /data/{Namespace}

Response

If successful, the response will contain an empty message body. If an unexpected error occurs, the response’s message body will contain detailed error information in a JSON document (see Errors for more information).

Status Codes
204
Success (HTTP No Content)