Skip to main content
DELETE
/
resources
/
{id}
Delete resource
curl --request DELETE \
  --url https://api.ledgerbeam.com/v1/resources/{id} \
  --header 'API-KEY: <api-key>'
{
  "error": "Unauthorized access"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ledgerbeam.com/llms.txt

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

Overview

Delete a specific resource. This endpoint permanently removes a resource and all its associated data from Ledgerbeam.

Authorizations

API-KEY
string
header
required

API key for authentication

Path Parameters

id
string
required

Resource ID

Response

Resource deleted successfully