v2
latestOpenAPI 3.0.02026-08-073221853.1 MBAutotunes
Delete a Single Autotune User ID Override
Removes a single user ID from the matching userID override bucket on the autotune. Idempotent: returns 200 even when the user ID is not currently overridden.
delete/console/v1/autotunes/{id}/overrides/userID/{userID}
Path parameters
idstring required
Autotune name
userIDstring required
User ID to remove from the override
Query parameters
groupIDstring required
The autotune variant name the override targets
unitTypestring
The unit type of the override. Defaults to the autotune unit type when omitted.
environmentstring
Environment the override is scoped to. Omit to target the override that applies to all environments.
Response
Delete Single Autotune User ID Override Success
Example response
{
"overrides": [],
"userIDOverrides": []
}