MobileServiceTable.del function

Deletes an object from a given table.

mobileServiceTable.del(instance);

Parameters

  • instance
    Type: object

    The instance to delete from the table.

Return Value

Type: A Promise object.

Call the done method on the returned Promise object to access the response and handle any errors.

.NET Framework Equivalent

DeleteAsync

Requirements

Namespace

WindowsAzure.MobileServices

Library

MobileServices.js

See Also

Reference

MobileServiceTable object

Other Resources

How to use an HTML/JavaScript client for Azure Mobile Services