Skip to main content
DELETE
Delete User
Permanently deletes the specified user and cascades cleanup across all of their related records. Reactions, files, follows, connections, notifications, collections, reports, and mentions are removed, and the user’s entities and comments are stripped of their authored content. This is the same full-cascade delete performed from the dashboard.
This is a hard, irreversible delete. It cannot be undone.

Authentication

Requires a service or master key. User auth tokens are rejected with a 403.

Path Parameters

string
required
The Sublay user ID (UUID) to delete.

Response

On success, returns HTTP 204 No Content with an empty body.

Error Responses

See Also