Delete a counterparty default

DELETE /api/v1/counterparty-defaults/{default_id}

Delete a counterparty default.

UnifiedRouter.doc_delete without a response_model defaults to 204 No Content, so we intentionally return nothing — any body would be discarded by the framework.

Operation ID: delete_counterparty_default_api_v1_counterparty_defaults__default_id__delete · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

default_id string required

Responses

204 Successful Response

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object