Bulk delete for Custom Objects

Hello,

Is there a bulk delete operation for Custom Objects? In the docs, on the forum, I see there is a note indicating this is not available for creation but no statement is made about the delete. I’ve tried to delete(event, [id1, id2] without success.

Can someone confirm this is normal behaviour and cannot be done? Deleting one after another would be quite expensive towards the rate limit.

{status: 400, message: "'id' should be a string"}

Thanks!

1 Like

Hey Alex,

Hope you are doing good!

Bulk deletion is not allowed so far in custom objects. we need to delete the records one after another. However, we will try to have this in our backlog to provide a better developer experience in the future.

Thanks!

2 Likes

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.