API SpecsCustomersDelete a customerDeletes the selected customer record.DELETE/api/customers/{id}TestDeletes the selected customer record.Path Parametersid*stringResource identifier.Example"cust_123"Response Body200application/json400application/json401application/json403application/json404application/json409application/json422application/json503application/json504application/jsonCustomersCustomer CRM endpoints served through Effect HttpApi.Get a customer GETReturns the full customer detail for a customer id.