Skip to main content
Close announcements banner

Delete a container

Deletes a container, either a Master one or a Staging one.
Request
DELETE /services/rest/data/{containerName}
Parameters
  • containerName: This is a String value which specifies the name of the data container you want to delete.
  • drop: This is a Boolean value which determines if all data such as full text index will be deleted.
Headers
  • Authorization: Basic Authentication scheme
Response No content.
Status
  • 204 NO CONTENT: The operation is executed successfully.
  • 401 UNAUTHORIZED: Login fails, invalid username or password.
  • 404 NOT FOUND: The resource does not exist, for example, invalid service URL.
  • 500 INTERNAL SERVER ERROR: Other errors, for example, nonexistent storage name.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!