Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for batch record deletion #86

Merged
merged 1 commit into from
Apr 23, 2019
Merged

Add support for batch record deletion #86

merged 1 commit into from
Apr 23, 2019

Conversation

EvanHahn
Copy link
Contributor

@EvanHahn EvanHahn commented Apr 10, 2019

Note: batch record operations are currently beta. Please don't use this for production workflows yet.

For example:

const table = airtable.base('app123').table('My Table');
await table.destroy(['rec123', 'rec456']);

@EvanHahn EvanHahn requested review from kasrak and jbbakst April 10, 2019 22:04
@EvanHahn EvanHahn closed this Apr 11, 2019
@EvanHahn EvanHahn reopened this Apr 22, 2019
For example:

    const table = airtable.base('app123').table('My Table');
    await table.destroy(['rec123', 'rec456']);
@EvanHahn EvanHahn merged commit 4ab28c7 into master Apr 23, 2019
@EvanHahn EvanHahn deleted the batch_deletion branch April 23, 2019 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants