Skip to content

Delete a user
Access

Request

Deletes a user. Their properties, customers, and other entities are automatically reassigned according to the site's configuration rules. Requires SITE_ADMIN:WRITE permission and RS:ADMIN_DELETE right.

Warning: This operation is irreversible. The user will be marked as deleted (status 3) and removed from active listings.

Security
bearerAuth
Path
userIdintegerrequired

Unique identifier of the user to delete.

Example:582602
curl -i -X DELETE \
  https://api-doc.immo-facile.com/_mock/openapi/users/582602 \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

Deleted successfully

Response
No content