action autodealerdata_revoke_sub_user_key_revoke_sub_user_key_put { label: "Revoke a Sub User Key associated with your account." description: "Revoke a SubUser API Key with the given UUID. This action can not be undone." provider: autodealerdata method: PUT path: "/revokeSubUserKey" encoding: json input: { type: "object" properties: { apiID: { type: "string" } apiKey: { type: "string" } subUserKeyUUID: { type: "string" } } required: ["apiID", "apiKey", "subUserKeyUUID"] additionalProperties: false } output: { type: "object" properties: { brandName: { type: "string" } cacheTimeLimit: { type: "integer" } condition: { type: "string" } data: { type: "object" } modelName: { type: "string" } msg: { type: "string" } regionName: { type: "string" } } } }