Delete a carrier config within a yard

DELETE /api/automated-billing/config/yard/{yardId}/carrier/{carrierId}

Remove the billing configuration for the specified carrier within the specified yard

Path parameters

  • carrierId integer(int64) Required

    The ID of the carrier within the yard whose billing configuration is to be deleted

  • yardId integer(int64) Required

    The ID of the yard whose billing configuration is to be deleted

Responses

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