Skip to main content
DELETE
/
landlords
/
{landlordId}
Delete a landlord
curl --request DELETE \
  --url https://app.lanten.co/api/open/v1/landlords/{landlordId} \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Path Parameters

landlordId
string<uuid>
required

Response

Deleted

success
boolean