跳转到主要内容
DELETE
/
base
/
{baseId}
/
node
/
{nodeId}
cURL
curl --request DELETE \
  --url http://127.0.0.1:3000/api/base/{baseId}/node/{nodeId} \
  --header 'Authorization: Bearer <token>'
{
  "resourceId": "<string>",
  "resourceType": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required
nodeId
string
required

Response

200 - application/json

Deleted node Successfully

resourceId
string
required
resourceType
string
required