Skip to main content
DELETE
/
households
/
{household}
Delete a household
curl --request DELETE \
  --url https://api.givebutter.com/v1/households/{household} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

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

Response

No content