* Delete the user * @link https://getstream.io/activity-feeds/docs/node/users_introduction/?language=js#removing-users * @return {Promise }
()
| 68 | * @return {Promise<APIResponse>} |
| 69 | */ |
| 70 | delete() { |
| 71 | return this.client.delete({ |
| 72 | url: this.url, |
| 73 | token: this.token, |
| 74 | }); |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Get the user data |
no outgoing calls
no test coverage detected