Skip to main content
DELETE
/
api
/
accounts
/
{id}
Delete account
curl --request DELETE \
  --url https://api.easierprop.com/api/accounts/{id} \
  --header 'X-API-Key: <api-key>'
{
  "ok": true
}

Authorizations

X-API-Key
string
header
required

Client API key (prefixed with sk_)

Path Parameters

id
string<uuid>
required

Account ID

Response

Deleted

ok
boolean
Example:

true