Resign a director

DELETE https://app.speybooks.com/api/v1/directors/{id}

Soft-deletes a director by setting the resignation date to the current date and marking them inactive. The director record is preserved for historical reporting.

This endpoint does not accept a request body — the resignation date is always set to today's date (or preserved if already set from a prior resignation). Returns the updated director object.

Path parameters

id string required
Director ID (e.g. dir_1). Must use the director prefix.

Response

200 Director resigned. Sets active to false and resigned_date to today if not already set. Returns the updated director.
Show response fields
active boolean
fullName string
id string
resignedDate string

Error codes

400 Invalid ID format.
404 Active director not found.