Compartilhar via


SwaggerController.DeleteSwaggerDocumentAsync Método

Definição

[System.Web.Http.HttpDelete]
[System.Web.Http.Route("admin/host/swagger")]
public System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult> DeleteSwaggerDocumentAsync ();
[<System.Web.Http.HttpDelete>]
[<System.Web.Http.Route("admin/host/swagger")>]
member this.DeleteSwaggerDocumentAsync : unit -> System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult>
Public Function DeleteSwaggerDocumentAsync () As Task(Of IHttpActionResult)

Retornos

Task<System.Web.Http.IHttpActionResult>
Atributos
System.Web.Http.HttpDeleteAttribute System.Web.Http.RouteAttribute

Aplica-se a