Skip to main content
DELETE
/
bundles
/
{id}
Deleting a bundle
curl --request DELETE \
  --url https://api.peeker.ai/api/partner/v1/bundles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Documentation Index

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

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

Authorizations

Authorization
string
header
default:Bearer pk_test_<your-test-key>
required

Your partner API key. Use pk_live_… against the live system or pk_test_… against the sandbox.

Path Parameters

id
string
required

The bundle ID, e.g. bun_01HZX.

Response

200 - application/json

Acknowledged.

data
object
required
Last modified on May 14, 2026