Skip to main content
DELETE
/
api
/
v1
/
delete-object
/
{object_id}
Delete object
curl --request DELETE \
  --url https://voxworks.ai/api/v1/delete-object/{object_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "object_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from Voxworks, sent as Authorization: Bearer YOUR_API_KEY.

Path Parameters

object_id
string
required

Unique object ID.

Response

Object deleted.

success
boolean
object_id
string