Delete customer from company

Deletes a Customer from the Company. It does not delete the Customer from Storm but just removes the relation between Company and Customer.

Request
query Parameters
companyId
required
integer <int32>

The internal id of the Company for which the Customer is removed.

customerId
required
integer <int32>

The internal id of the Customer to remove from the Company.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

400

Bad Request

Key: CannotDeleteLastCustomer. Gets raised if you try to delete the last customer of a company.

Key: CustomerMissing. Gets raised if the Customer is missing.

500

Internal Server Error

post/CustomerService.svc/rest/DeleteCompanyCustomer