Delete a carrier within a yard by its unique id

DELETE /api/automated-billing/config/yard-carrier/{yardCarrierConfigId}

Remove the billing configuration for the specified carrier within the specified yard by its unique id (which is equivalent to using the pair yardId-carrierId)

Responses

DELETE /api/automated-billing/config/yard-carrier/{yardCarrierConfigId}
curl \
 -X DELETE https://api-dev.gatego.io/api/automated-billing/config/yard-carrier/{yardCarrierConfigId}