Skip to main content

Delete a container

Availability-noteDeprecated
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.
    Information noteNote: Deleting data from an Oracle database is not supported.
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.
  • 403 FORBIDDEN: Missing required permission.
  • 404 NOT FOUND: The resource does not exist, for example, invalid service URL.
  • 500 INTERNAL SERVER ERROR: Other errors.

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!