Skip to main content
POST
DeleteOwnership

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string<uuid>

Id of the ownership to delete.

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 DeleteOwnershipResponse · object.