Skip to content

Delete orphaned readings

DELETE
/api/v1/admin/readings/orphans

Authorizations

session

Browser session cookie.

Type
API Key (cookie: bp_session)
or
apiKey

User API key: Authorization: Bearer bpi_...

Type
HTTP (bearer)

Responses

OK

application/json
JSON
{
  
"$schema": "https://bpincentives.com/schemas/Admin-delete-orphansResponse.json",
  
"removed": 0
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI