Skip to main content
DELETE
Remove a contact from a household

Authorizations

Authorization
string
header
required

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

Path Parameters

household
integer
required

The household ID

contact
integer
required

The contact ID

Response

App.Http.Resources.API.HouseholdResource

id
integer
required
name
string
required
head_contact_id
integer | null
required
account_id
integer
required
envelope_name
string | null
required
note
string | null
required
created_at
string
required
updated_at
string
required
contacts
ContactResource · object[]