Developers

PUBLIC API v1

Remove the client

DELETE /api/v1/companies/{company_pk}/clients/{public_id}/

Endpoint deletes the client softly

Permission: write_clients · Direct link

Company-scoped. Account permissions, plan limits and document state still apply.

Path and query parameters

ParameterLocation / typeDescription
company_pkRequiredpath · string (uuid)Company's public id (primary key)
public_idRequiredpath · string (uuid)Client's public id (primary key)

Responses

204 No response body
401 Response fields

application/json

FieldType / accepted valuesDescription
detailRequiredRead onlystringNot specified
403 Response fields

application/json

FieldType / accepted valuesDescription
detailRequiredRead onlystringNot specified
429 Rate limit exceeded. Wait for the Retry-After header before retrying.

Use the base URL https://api.norman.finance/api/v1. Sign up or log in to Norman to create an API key, then send it as a Bearer token. For an OpenAPI JSON file, contact support.