Skip to content

DeleteAsync

Performs the request asynchronously using the DELETE method.

1
myRestRequest.DeleteAsync():Promise<RestResponse>

Returns

A Promise that resolves to a RestResponse instance containing the server's response.

Remarks

This method expects the response status code to be OK (200) or No Content (204).

See Also