Previous Next

Remove a child node

delete
/v1/portal/navigationnodes/{id}/childNodes/{nodeId}
Returns 204 response

The following tables summarize the client request.

Path Parameters
Name Description Format
id the short id of the parent node whose child node will be removed string
nodeId the id of the child node to be removed string

The following tables summarize the server response.

204 Response

Node successfully removed

403 Response

Invalid utoken supplied

404 Response

Invalid id supplied