Delete a node
Deletes a node by ID.
DELETE /api/management/projects/{projectId}/nodes/{nodeId}/
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId | path | string | The project identifier, e.g. "movieDb". Found in the project overview screen of the management console | |
nodeId | query | string | GUID | The id of the node to delete |
Example request
DELETE: /api/management/projects/website/nodes/d6bdea41-729c-4a07-85bf-a392aa0afc2b
Response messages
HTTP status code | Reason | Response model |
---|---|---|
204 | Success | No content |
401 | Unauthorized | Error |
404 | NotFound | Error |
500 | InternalServerError | Error |