Cleanup Actions
Endpoints for removing users or clearing queued work. Use these after sync work has been written to your game world or Discord guild.
Unlink a user. The linked record is moved to linked_users_removed for audit. Server-scoped player data is also wiped for this guild.
Parameters
id* (query)
string
Discord user ID.
Response
"User Removed"Clear pending Oxide-group changes for one Steam ID on this Server. Call after applying the changes in-game.
Parameters
id* (query)
string
Steam 64 ID.
Response
"Pending changes cleared"Bulk variant that clears pending changes for many Steam IDs.
Parameters
id* (query)
string
Comma-separated Steam IDs.
Response
"Bulk pending changes cleared"