Remove the node order
Log in to add to favouritesDELETE/api/management/projects/{projectId}/nodes/{parentNodeId}/children/order
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
parentNodeId(required) | path | string | uuid | The parent node identifier for the children which have an order. |
language | query | string | language | The specified language for the node. If no value is provided then the menu order is removed for all languages |
Responses
Examples
The example below is deleting the node order specifically for French.
DELETE: /api/management/projects/website/nodes/62722a79-4507-4969-b65e-f6c769ce1336/children/order?language=fr