ConversationAuthoringProject.DeleteProject(WaitUntil, RequestContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Protocol Method] Deletes a project.
public virtual Azure.Operation DeleteProject(Azure.WaitUntil waitUntil, Azure.RequestContext context = default);
abstract member DeleteProject : Azure.WaitUntil * Azure.RequestContext -> Azure.Operation
override this.DeleteProject : Azure.WaitUntil * Azure.RequestContext -> Azure.Operation
Public Overridable Function DeleteProject (waitUntil As WaitUntil, Optional context As RequestContext = Nothing) As Operation
Parameters
- waitUntil
- WaitUntil
Determines if the method should wait until the operation completes or just starts.
- context
- RequestContext
The request context, which can override default behaviors of the client pipeline on a per-call basis.
Returns
The Operation representing an asynchronous operation on the service.
Exceptions
Service returned a non-success status code.