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)

Path parameters

  • yardCarrierConfigId integer(int64) Required

Responses

  • 204

    No Content

  • 401

    Not Authorized

  • 403

    Not Allowed

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