Skip to content

DeleteAsync

Performs request with DELETE method as asynchronous asynchronously.

1
myRestRequest.DeleteAsync():Promise<RestResponse>

Remarks

This method expects the response status code as OK (200), No Content (204)

See Also