arky-sdk 0.7.1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1193,12 +1193,6 @@ var createCustomerApi = (apiConfig) => {
1193
1193
  options
1194
1194
  );
1195
1195
  },
1196
- async delete(params, options) {
1197
- return apiConfig.httpClient.delete(
1198
- `/v1/businesses/${params.businessId || apiConfig.businessId}/customers/${params.id}`,
1199
- options
1200
- );
1201
- },
1202
1196
  async merge(params, options) {
1203
1197
  const businessId = params.businessId || apiConfig.businessId;
1204
1198
  return apiConfig.httpClient.post(