HTTP - Management
Removed from your favourites
Remove the node order
Created by Contensis product team, last updated 22 Jun 2020
Deletes the node order for the children of a specific parent node and optionally for a language.
DELETE/api/management/projects/{projectId}/nodes/{parentNodeId}/children/order
Parameters
Name | Parameter type | Type | Format | Description | Example | Required |
---|---|---|---|---|---|---|
projectId | path | string | The project identifier found in the project overview screen of the management console | movieDb | true | |
parentNodeId | path | string | uuid | The parent node identifier for the children which have an order. | true | |
language | query | string | language | The specified language for the node. If no value is provided then the project primary language is used | false |
Example
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