Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
cURL
curl --request POST \ --url https://api.example.com/obj/delete \ --header 'Content-Type: application/json' \ --data ' { "project_id": "<string>", "object_id": "<string>", "digests": [ "<string>" ] } '
{ "num_deleted": 123 }
List of digests to delete. If not provided, all digests for the object will be deleted.
Successful Response
Was this page helpful?