Skip to main content
POST
DeleteOwner

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string

Id of the owner to delete. Accepts the bare UUID or the owner-<uuid> entity_id form (the prefix is stripped server-side).

Pattern: ^(owner-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
purge
boolean

Hard-delete instead of soft-delete, releasing the id for reuse.

etag
string | null

Optional optimistic-concurrency guard.

actor
Actor · object

Who is performing this write. Optional.

Response

200 - application/json

Success

The response is of type DeleteOwnerResponse · object.