Deletes Industry data logically.
DELETE/industries/{id}
Delete Industry record with given Id.
Privileges:
- bp-settings-lists.manage
Audit event:
- biz.core.v2.industry.delete
Errors:
- BIZ_CORE:INDUSTRY_NOTFOUND - Industry with given id not found.
- BIZ_CORE:INDUSTRY_CANNOT_BE_DELETED - Industry cannot be deleted.
Request
Responses
- 200
- 404
- default
Industry deleted successfully
Industry not found
unexpected error