Delete multiple partners
DELETE/partners-multi/{ids}
Delete business partners with all necessary checks at first (pricelists, billings, balances, connections, coOwner).
Privileges:
- biz-core.manage
Audit event:
- biz.core.v2.partner.multi.delete
Errors:
- PARAM_BP_IDS_MUST_HAVE_AT_LEAST_ONE_ID - Param biz_partner_ids must have at least one id.
- PARAM_BP_IDS_MUST_BE_LIST_OF_INTEGERS - Param biz_partner_ids type must be list of integers.
- PARAM_BP_IDS_MAX_LENGHT_LIMIT_IS_5 - Param biz_partner_ids max length limit is 5.
Request
Responses
- 200
- default
Delete business partners for given ids.
Unexpected error.