arky-sdk 0.5.79 → 0.5.81

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
@@ -1389,7 +1389,7 @@ var createAudienceApi = (apiConfig) => {
1389
1389
  },
1390
1390
  async removeSubscriber(params, options) {
1391
1391
  return apiConfig.httpClient.delete(
1392
- `/v1/businesses/${apiConfig.businessId}/audiences/${params.id}/subscribers/${params.accountId}`,
1392
+ `/v1/businesses/${apiConfig.businessId}/audiences/${params.id}/subscribers/${params.customerId}`,
1393
1393
  options
1394
1394
  );
1395
1395
  }