latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Accounts
Account Management

Remove UID or GID from tracked list

This function removes a user identification number (UID) or group identification number (GID) from the tracked ID list.

get/untrack_acct_id

Query parameters

check_exists0 | 1
Example:1

Whether to prevent removal of user or group IDs currently in use.

  • 1 — Prevent removal.
  • 0 — Do not prevent removal.
check_quota0 | 1
Example:1

Whether to prevent removal of the user ID if the quota system tracks associated files.

  • 1 — Prevent removal.
  • 0 — Do not prevent removal.

Note:

  • This parameter only applies to user IDs and not group IDs.
  • You cannot check filesystems if the quota system does not track them.
gidinteger
Example:1012

The group ID to remove from the track list.

Note:

You must include the uid parameter, the gid parameter, or both.

protect_system0 | 1
Example:1

Whether to prevent removal of system user or group IDs.

  • 1 — Prevent removal.
  • 0 — Do not prevent removal.
uidinteger
Example:1012

The user ID to remove from the track list.

Note:

You must include the uid parameter, the gid parameter, or both.

Response

HTTP Request was successful.

Example response

{
  "metadata": {
    "command": "untrack_acct_id",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}