Skip to main content
POST
/
customers
/
delete_data
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
access_grant_keys
string[]

List of access grant keys to delete.

booking_keys
string[]

List of booking keys to delete.

building_keys
string[]

List of building keys to delete.

common_area_keys
string[]

List of common area keys to delete.

customer_keys
string[]

List of customer keys to delete all data for.

facility_keys
string[]

List of facility keys to delete.

guest_keys
string[]

List of guest keys to delete.

listing_keys
string[]

List of listing keys to delete.

property_keys
string[]

List of property keys to delete.

property_listing_keys
string[]

List of property listing keys to delete.

reservation_keys
string[]

List of reservation keys to delete.

resident_keys
string[]

List of resident keys to delete.

room_keys
string[]

List of room keys to delete.

space_keys
string[]

List of space keys to delete.

staff_member_keys
string[]

List of staff member keys to delete.

tenant_keys
string[]

List of tenant keys to delete.

unit_keys
string[]

List of unit keys to delete.

user_identity_keys
string[]

List of user identity keys to delete.

user_keys
string[]

List of user keys to delete.

Response

OK

ok
boolean
required