English
Delete a node for a base
cURL
curl --request DELETE \ --url http://127.0.0.1:3000/api/base/{baseId}/node/{nodeId} \ --header 'Authorization: Bearer <token>'
{ "resourceId": "<string>", "resourceType": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Deleted node Successfully
Was this page helpful?