Class RemoveHttpEndpoint
Remove an existing HTTP endpoint. Returns true if the endpoint could be successfully removed
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.RegisterHttpEndpoints)]
public class RemoveHttpEndpoint : Command<bool>
Properties
EndpointType
Type of the endpoint
Declaration
public HttpEndpointType EndpointType { get; set; }
Property Value
| Type | Description |
|---|---|
| HttpEndpointType |
Namespace
Namespace of the endpoint
Declaration
public string Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Path
Endpoint path to unregister
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |