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>'
This response does not have an example.

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