Delete a container by ID or name, with soft/hard delete options
false, the container is soft-deleted and can be restored.DELETE /v1/containers/name/{fqn} to delete by fully qualified name.
s3_datalake.analytics-bucket).PUT /v1/containers/restore to restore a soft-deleted container.
deleted: true. Hard delete returns no content (204). Restore returns the restored container object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this container |
404 | NOT_FOUND | Container with given ID or FQN does not exist |