cURL
curl --request DELETE \ --url https://example.com/v1/api/datastores/v1/collections/{collectionId}/documents/bulk \ --header 'X-DOMO-Developer-Token: <api-key>'
Remove multiple documents from a collection in a single request.
Domo Developer Token for authentication.
The ID of the collection.
A comma-separated list of document IDs.
OK (Response body is not documented)