Skip to content

RestRequest.DeleteAsync

Overview

Promise<RestResponse> RestRequest.DeleteAsync ( )
Performs request with DELETE method as asynchronous.

Remarks

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

Examples

See Also