Skip to main content
DELETE
/
stores
/
{storeId}
/
products
/
{productId}
/
meters
/
{meterId}
Delete meter
curl --request DELETE \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/products/{productId}/meters/{meterId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "deleted": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pandabase.io/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer token authentication. Pass the secret directly in the Authorization header. Token secrets start with sk_.

Headers

idempotency-key
string
Required string length: 8 - 32

Path Parameters

storeId
string
required
Required string length: 12 - 48
productId
string
required
Required string length: 12 - 48
meterId
string
required
Required string length: 12 - 48

Response

Default Response

ok
enum<boolean>
required
Available options:
true
data
any
required