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 typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
parentNodeId(required)pathstringuuidThe parent node identifier for the children which have an order.
languagequerystringlanguageThe specified language for the node. If no value is provided then the menu order is removed for all languages

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
DELETE: /api/management/projects/website/nodes/62722a79-4507-4969-b65e-f6c769ce1336/children/order?language=fr

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request