We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7f66b commit 8ea5682Copy full SHA for 8ea5682
lib/Services/cayenne.js
@@ -162,11 +162,11 @@ class Cayenne extends Request {
162
}
163
164
/**
165
- * Destroys all groups and attributes for a user
+ * Delete all groups and attributes for a user
166
* @param {string} applicationId
167
* @param {string} userId The user id of the user that owns the parent device
168
*/
169
- destroyGroups(applicationId, userId) {
+ deleteGroups(applicationId, userId) {
170
const path = `/things/groups`;
171
const query = this.setTenant(applicationId, userId);
172
return this.send('DELETE', path, { query });
0 commit comments