Delete a yard config

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

Remove the billing configuration for the specified yard and also the billing configuration of all of its carriers associated. Consider updating the field enabled to keep the configurations saved

Path parameters

  • yardId integer(int64) Required

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

Responses

  • 204

    No Content

  • 401

    Not Authorized

  • 403

    Not Allowed

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