Skip to main content

Remove the node order

Log in to add to favourites
DELETE/api/management/projects/{projectId}/nodes/{parentNodeId}/children/order

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management console.movieDbtrue
parentNodeIdpathstringuuidThe parent node identifier for the children which have an order.true
languagequerystringlanguageThe specified language for the node. If no value is provided then the menu order is removed for all languagesfalse

Responses

HTTP status codeReasonModel
204Success
401UnauthorizedError
404Project not foundError
404Parent node not foundError
422Language is invalidError
500Internal server errorError

Examples

The example below is deleting the node order specifically for French.

HTTP
1
DELETE: /api/management/projects/website/nodes/62722a79-4507-4969-b65e-f6c769ce1336/children/order?language=fr

Still need help?

New support request