oracle / oracle/oci-python-sdk

batch_delete_objects API endpoint not implemented?

Open
#823 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Object Storage
Dominant language
Python
Stars
474
Forks
321
Avg merge
23m
Merged PRs (30d)
4

Description

object_storage_client.batch_delete_objects API endpoint not implemented?
I'm using the code from the example: https://docs.oracle.com/en-us/iaas/tools/python-sdk-examples/2.165.1/objectstorage/batch_delete_objects.py.html
I'm getting this response. Is it possible that its not implemented on the API side?

{'target_service': 'object_storage', 'status': 501, 'code': 'NotImplemented', 'opc-request-id': 'xxx', 'message': 'Not Implemented', 'operation_name': 'batch_delete_objects', 'timestamp': '2026-01-28T15:16:10.374395+00:00', 'client_version': 'Oracle-PythonSDK/2.166.0', 'request_endpoint': 'POST https://objectstorage.eu-zurich-1.oraclecloud.com/n/xxxx/b/xxxx/actions/batchDeleteObjects'...

The error message suggests this document: https://docs.oracle.com/iaas/api/#/en/objectstorage/20160918/Object/BatchDeleteObjects
which doesn't exist.

I'm getting similar results with the go sdk. That one never responds with this function call.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failure with the Python example at the linked Oracle SDK documentation, then compare the batchDeleteObjects request with the referenced Object Storage API documentation. Done means clarifying whether the endpoint is supported and, if SDK or documentation behavior is incorrect, identifying the affected Python or Go SDK behavior and documenting the expected result.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.