Skip to main content
DELETE
/
v1
/
entities
/
{entity_id}
/
fields
/
{field_id}
Delete entity field
curl --request DELETE \
  --url https://api.lithoblocks.com/v1/entities/{entity_id}/fields/{field_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard

Path Parameters

entity_id
string
required
field_id
string
required

Response

Field deleted

success
boolean
required
message
string
required