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

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

A deleted or archived bundle.

data
object
required
Last modified on June 16, 2026